NodeJS (which executes JavaScript on the server) is an alternative to server languages like
PHP,
Java or
Python.
Thanks to its unique I / O model, it is able to handle a large number of simultaneous connections with high throughput, which equates to a greater capacity to host visitors on the same server.
For example, a site created with NodeJS is 10X faster than a website created with PHP.