Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 568 Bytes

File metadata and controls

15 lines (11 loc) · 568 Bytes

A very basic chat app

This is a very simple chat app I made using socket.io and express.

How to setup

  • Clone this repository
  • Then run the following command: npm install
  • After installing the node modules, run node index.js
  • This is running on localhost. Copy the link to open the app on your browser
  • Everytime you open a tab to the chat using the previous link, it will be consider as a new user
  • You can open as many tab as you want
  • to stop the server, just use Ctrl-C

I am open to any suggestion to improve this little project