Skip to content

A simple Multichat example using NodeJS and Websockets!

Notifications You must be signed in to change notification settings

iwilliam317/multichat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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