Building a React live-Chat (chat Application)
This project utilses Socket.IO a JavaScript library that enables real-time, bi-directional, and event-based communication between web clients (browsers) and servers. It allows for a more dynamic and engaging user experience compared to traditional web communication methods.
Click to view
- Download dependencies by running
npm install
- Start up the app using
npm start