ogra / responsive_nodejs_chat

nodejs chat whisper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

nodejs chat whisper

License:MIT License


Languages

Language:JavaScript 52.0%Language:HTML 24.7%Language:CSS 23.3%