An open API service indexing awesome lists of open source software.

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.

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.