This an quick guide to create an http web server using nodeJS.
Download and Install NodeJS
If you haven’t installed Node yet, download the latest stable release of NodeJS from https://nodejs.org and install using all the default options.
Create a package.json
file in your website root folder. And add the following,
JavaScript (jQuery)
Run
Navigate your project root folder on console/terminal and run,
And then