Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 414 Bytes

File metadata and controls

19 lines (16 loc) · 414 Bytes

Chat application

This is a realtime chat application built using React, express and socket.io

Features:

  • Chat with your friends individually.
  • Chat in a room using room-id.

How to run this application:

  • To run this application on your device clone the repository.
  • Change directory to server and run:
npm install
npm start
  • Then cd to client directory and run:
node index.js