https://github.com/amangarg0303/react-socketio-chatapp
A simple chat where users can join a room, and chat in it. Frontend is in Reactjs and for realtime communication Socket.io is used.
https://github.com/amangarg0303/react-socketio-chatapp
chat-application reactjs socket-io
Last synced: about 2 months ago
JSON representation
A simple chat where users can join a room, and chat in it. Frontend is in Reactjs and for realtime communication Socket.io is used.
- Host: GitHub
- URL: https://github.com/amangarg0303/react-socketio-chatapp
- Owner: AmanGarg0303
- Created: 2024-01-01T08:02:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T08:07:38.000Z (over 2 years ago)
- Last Synced: 2025-03-06T03:13:40.719Z (over 1 year ago)
- Topics: chat-application, reactjs, socket-io
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Open client and server in two terminals. Do `npm i` in both terminals to install node_modules.
Then do `npm start` to run the app
> Open the website in two different browsers, join the room with some code. And then enjoy with realtime chatting.