Skip to content

vvdvfl/nodejs-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-chat

Basic chat application

  1. Application runs on port 3000
  2. Update connection string in server.js line 14, you can use mLabs.com or your localhost mongoDB
  3. execute npm install and then use npm start
  4. on success of step 2 & 3 please access http://localhost:3000