How to built a simple server in Node.js.
- Install node.js [[Please see the official website]].
- Create a folder and paste server.js and demo folder. (Demo folder contains the html files.)
- Run "node server.js" on command line.
- Open localhost. You are now running Node.js.
For more info checkout "Extras" folder.