1.0.2 • Published 7 years ago

responsive_nodejs_chat v1.0.2

Weekly downloads
27
License
-
Repository
github
Last release
7 years ago

##Realtime Chat with Node.js


Known Vulnerabilities

NodeJs Mongodb Socket.io Realtime chat

Setup

Install Node js
Read docs

Install mongodb mongodb
Read docs

Start mongod:

$ mongod    
   

Start app:

 $ cd [path to]/responsive_nodejs_chat/
 
 $ npm install
   
 $ node server.js  
 

Open your favourite browser at localhost:3000

DEMO

"Room chat example" - Go here!


Desktop