This is a real-time chat application where you can send and receive messages in real-time. This project is built using React on the front end, with NodeJS + Socket.io web socket library on the back end.
Setup:
- run
npm i && npm start
for both client and server side to start the development server