This repository contains all the listing things that I have done in order to learn node.js completely.
- This file contains the first starting point of after instaling node.js from the server.
- It is using the
module('http') for creating a simple server on theport : 3000. Just look through syntax of that. and will understand enough.