It's JS runtime enviroment, not a webserver by itself. That's a big difference. To put it simple - NodeJS simply allows you to run JavaScript code on your OS. To make web server you need to use thridparty modules, like Express.