/responsive_nodejs_chat

nodejs chat whisper

Primary LanguageJavaScriptMIT LicenseMIT

#Realtime Chat with Node.js

NodeJs Mongodb Socket.io Realtime chat

Demo HERE

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


Desktop

node_chat_desktop.gif

Web App

node_chat_iphone.gif