php, ruby, pyhton?
Node is faster and javascript runs in the browser. Besides that it really just comes down to preference
PHP is just horrible for many reasons, comparing nodejs to Python or Ruby is a fair comparison Speed doesn't matter as much as you think, since it mostly comes down to how efficiently you write your application But node has an evented (async) single-threaded (no locking problems) system, which can make it easier to write an application in a performant manner
JS is also the most popular language in the world. Meaning, that npm has the largest package collection!
Обсуждают сегодня