Real time chat with node js, using socket io
Try out the demo here
- Node.js
- Git
- Npm
- Clone the repo
git clone https://github.com/itsfadnis/socket-io-chat.git - Install dependencies
npm install - Configure PORT and HOST in
server.jsandpublic/js/chatManager.js - Fire express
npm start - Start chatting
http://<HOST>:<PORT>