Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 417 Bytes

SocketIO Chat App

A simple chat app where multiple users can create and join chat rooms and collaborate.

See the demo at https://sai-chat-app.herokuapp.com.

To run the app locally:

  1. Clone the repository and run npm install to install all the necessary node_modules for running the application.
  2. Run npm startto start the application and navigate to localhost:3000 on your browser.