Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 372 Bytes

Node.js folder

This repository contains all the listing things that I have done in order to learn node.js completely.

app.js

  • 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 the port : 3000. Just look through syntax of that. and will understand enough.