/socket-io-chat

Real time chat with node js

Primary LanguageJavaScript

socket-io-chat

Real time chat with node js, using socket io

Demo

Try out the demo here

Requirements

  • Node.js
  • Git
  • Npm

Local deployment

  1. Clone the repo git clone https://github.com/itsfadnis/socket-io-chat.git
  2. Install dependencies npm install
  3. Configure PORT and HOST in server.js and public/js/chatManager.js
  4. Fire express npm start
  5. Start chatting http://<HOST>:<PORT>