Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 519 Bytes

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.

Set Up Instructions

Click to view
  • Download dependencies by running npm install
  • Start up the app using npm start