https://github.com/agnivchtj/socketio-chat-app
A real-time chat application built using Socket.io and React.
https://github.com/agnivchtj/socketio-chat-app
material-ui nodejs react-hooks reactjs socket-io web-sockets
Last synced: 3 months ago
JSON representation
A real-time chat application built using Socket.io and React.
- Host: GitHub
- URL: https://github.com/agnivchtj/socketio-chat-app
- Owner: agnivchtj
- Created: 2021-05-26T17:45:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T12:49:31.000Z (about 3 years ago)
- Last Synced: 2025-01-22T05:43:13.881Z (4 months ago)
- Topics: material-ui, nodejs, react-hooks, reactjs, socket-io, web-sockets
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.io Chat App
This is a ReactJS chat application built using the Socket.io library to enable real-time, event-driven communication between client and server-side. In the project, this was used to enable functionality such as adding users to their selected chat rooms, displaying text messages on the chat and removing users upon their exit. With websockets, this is more efficient in terms of network traffic and allows the server to push real-time data to multiple subscribed clients. The project involved working with Node.js, React, React Hooks and Material UI.