Hacker News new | ask | show | jobs
by Can_Not 3531 days ago
Nodejs's strength is that you can write code quickly and it handles IO well. The drawback for nodejs (and similar languages like python, php, ruby) is that they are incredibly slow, especially for CPU bound work like calculations. People use the slower language because it's simply easier and faster to be productive in some categories of projects.