Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 413 Bytes

File metadata and controls

26 lines (15 loc) · 413 Bytes

Simple Chat Application

Built with:

  • Server side: Node.js, Socket.io
  • NPM Modules: Mustache.js,Moment.js,Qs.js

Get the code

git clone https://github.com/kaganecee/nodejs-chat-app.git

Run

Fetch dependencies:

npm install

Launch chat server:

npm run dev
or 
node src/index.js

Open this URL in your browser:

http://localhost:3000//