Hacker News new | ask | show | jobs
by jikbd 1708 days ago
Because developers of the JavaScript world wouldn’t find the performance of django or rails acceptable.
3 comments

Rails/Ruby performance has improved:

https://medium.com/retention-science/ruby-is-still-a-diamond...

Alhough, compiling Javascript to binary makes code even faster https://nectar.js.org , although I wish that project would get more love with bugfixes https://github.com/NectarJS/nectarjs/issues

Then wouldn't there be a good use case for a performant version in Javascript? Javascript runtime is much faster than either Python or Javascript, so just doing the same thing would be a huge improvement.
I doubt that many JS developers know or care much about performance. If performance is that important you have Java/Go/C++ ...why use Node?