https://github.com/aakankshabhende/lets-chat
A Realtime Chat Application 💬 using Socket.io, NodeJS, ExpressJS and ReactJS
https://github.com/aakankshabhende/lets-chat
chat-application expressjs node-js reactjs realtime-messaging socket-io
Last synced: 3 months ago
JSON representation
A Realtime Chat Application 💬 using Socket.io, NodeJS, ExpressJS and ReactJS
- Host: GitHub
- URL: https://github.com/aakankshabhende/lets-chat
- Owner: aakankshabhende
- Created: 2021-08-11T16:29:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T15:35:05.000Z (almost 4 years ago)
- Last Synced: 2025-06-15T11:55:11.551Z (about 1 year ago)
- Topics: chat-application, expressjs, node-js, reactjs, realtime-messaging, socket-io
- Language: JavaScript
- Homepage: https://lets-chat-realtime.netlify.app/
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Chat 💬
A real-time chat application built over the Socket.io, NodeJs, ExpressJs and ReactJs to provide users a quick, real-time, responsive chat application.
# Tech Stack
[](https://socket.io/)
[](https://reactjs.org/docs/getting-started.html)
[](https://reactjs.org/docs/getting-started.html)
[](https://reactjs.org/docs/getting-started.html)
Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. It is built on top of the WebSocket protocol and provides additional guarantees like fallback to HTTP long-polling or automatic reconnection.
I have used ReactJS on the frontend, with NodeJS + Socket.io web socket library on the backend.
# Components
## Join ✨
Built over ReactJS, it is a client-side rendered and responsive component.
#### Responsiveness ✅

## Chat 👤
### Users

#### Responsiveness ✅