Has anyone used Jaxer in a production environment, I am curious as to how it holds up compared to something like php, ruby, etc. and if anyone knows of any pitfalls to using it that are well known.
相关问题
- Faster loop: foreach vs some (performance of jsper
- Why wrapping a function into a lambda potentially
- Ado.net performance:What does SNIReadSync do?
- Device support warning : Google play 2019
- Preventing relayout on hiding status bar (faking S
相关文章
- DOM penalty of using html attributes
- Which is faster, pointer access or reference acces
- Django is sooo slow? errno 32 broken pipe? dcramer
- Understanding the difference between Collection.is
- parallelizing matrix multiplication through thread
- How to determine JS bottlenecks in React Native co
- Difference between SuspendLayout and BeginUpdate
- Efficient Rolling Max and Min Window
@Stu: Not necessarily, maybe there's a bunch of people using it and having no issues. I love the concept having to only write validations once, using one language for everything both client and server side sounds like a interesting approach.
I've posted a similar question and gotten a response... Not much information out there to be had yet.
I did come across this set of performance benchmarks, and I've also posted a question about object-oriented development in Jaxer which I think might leave something to be desired.
I figured I would put an answer on this, as to not leave it hanging. This answer is not directly related to Jaxer, but since this question was asked. Technologies such as Node.JS have came out, bringing with it the same ideas and technology Jaxer was proposing and showing that Javascript can be viable on the backend of the web technology stack just as it is on the front end.
I'll add this Url to my post I found it today, it has some information regarding the subject but no real "performance" information.
As a rule, if you have to ask this question, it is a bad idea.