Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.08 KB

NODEJS PRACTICE

This repo contain NodeJS projects made by Sonu Kumar. There are multiple subproject inside this project which i have created during my B.Tech career.

How to run

  • Clone Repository from Github and run npm install
  • run npm start
  • run node <filename>

Contributer's Profile

Sonu Kumar

Folder Structure

.
├── ChatTerminal
│   ├── Chat.js
│   └── chatServer.js
├── node_modules
├── Practice
│   ├── FileSystem
│   └──
├── .gitignore
├── app.js
├── package-lock.json
├── package.json
└── README.md

P R O J E C T S