Skip to content

A real-time chat application built with React, Node.js, and Socket.io, allowing users in the same group to chat instantly. Using Socket.io for real-time, bi-directional communication, users in a specific group can see and join conversations without page refreshes. React handles the dynamic user interface, while Node.js manages connections, message

Notifications You must be signed in to change notification settings

ndegealbert/Socket.io-Chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat-application

Note: I originally hosted the backend on Heroku’s free tier. However, in 2022, Heroku discontinued free tier support, so currently only the frontend is functional.

Setup:

  • run npm i && npm start for both client and server side to start the development server

About

A real-time chat application built with React, Node.js, and Socket.io, allowing users in the same group to chat instantly. Using Socket.io for real-time, bi-directional communication, users in a specific group can see and join conversations without page refreshes. React handles the dynamic user interface, while Node.js manages connections, message

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published