Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 475 Bytes

realtime-chat-box

This is a realtime chat box created using reactjs, node, express and socket.IO.

Live-Link

https://chat-box-client.herokuapp.com/

Here you can put your name and a room name. By using same room name and different username you can easily chat with your friends.

1 Download the directories

2 Install Dependecies

using command--npm install

3 Start the Project from both realtime-chat-box and chat-box-client

using command-- npm install