Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 686 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 686 Bytes

MultiChat Room NodeJS

A multichat room created with NodeJS using MVC pattern, Websocket and external modules.

Modules Included

Express

npm install express --save

EJS

npm install ejs --save

Nodemon

npm install nodemon --save

Body Parser

npm install body-parser --save

Express Validator

npm install express-validator --save

Consign

npm install consign --save

Socket.io

npm install socket-io --save

MongoDb

npm install mongodb --save

Running Project

  1. Open the shell
  2. Access project's directory
  3. Locate the app.js
  4. Run the code below: nodemon app