https://github.com/royaals/chat-application
Chat application that supports real-time messaging.
https://github.com/royaals/chat-application
express mongodb nodejs react websocket
Last synced: 3 months ago
JSON representation
Chat application that supports real-time messaging.
- Host: GitHub
- URL: https://github.com/royaals/chat-application
- Owner: royaals
- Created: 2023-11-05T16:50:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T13:49:32.000Z (about 2 years ago)
- Last Synced: 2026-01-03T16:32:22.924Z (6 months ago)
- Topics: express, mongodb, nodejs, react, websocket
- Language: JavaScript
- Homepage:
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-Time Chat Application
This is a real-time chat application that supports real-time messaging, media file sharing with timestamps, and displays the current online/offline status of users.
## Features
- Real-time chatting using WebSockets
- Media file sharing in chat with timestamps
- Displays the current online/offline status of users
- User authentication
## Technologies Used
- MongoDB: A source-available cross-platform document-oriented database program.
- Express: A minimal and flexible Node.js web application framework.
- React.js: A JavaScript library for building user interfaces.
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
- WebSockets: A communication protocol that provides full-duplex communication channels over a single TCP connection.