Developed a real-time chat application using React, Node.js, and Socket.IO. Users can exchange messages instantly, and the application ensures seamless communication across connected clients.
This is a code repository for the corresponding video tutorial.
In this project, I have create a full Realtime Chat Application. I have used 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