Skip to content

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

Notifications You must be signed in to change notification settings

gowri234/live-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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