Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 744 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 744 Bytes

Socket-Based-Chat-App

A simple socket programming based chat app using socket.io, node.js and express.

Technologies used :-

  • Node.js
  • Express
  • Socket.io
  • Heroku
  • HTTP Server
  • Adorable.io
  • JQuery

live demo :- https://chat-app-kavinda.herokuapp.com/


UI credits :-


Deploy Guides :-

  1. Clone or Download the repo
  2. Run npm install (I added node_modules btw :P)
  3. Run node index.js
  4. Navigate to localhost:3000 (or deployed link)
  5. You are all set 😃