/live-chat

A React socket .io application for internet communication between two devices

Primary LanguageJavaScript

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