Skip to content

milon/node-chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTime Chat Room with Node

This app is built with express.js and socket.io node modules. I use swig as templating engine.

How to install

First clone this repo and then cd into it. After that run this command-

npm install

If you get some error the try with sudo permission. After install run the node server with this command-

node index.js

Then go to http://localhost:3000 to see the app.

Building GUI

bootsnip's "Like Hangout Chat" template is for GUI. Dummy avatar link is used, you may update as your wish.

About

realtime node.js chat server with express.js and socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages