Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abishek6799/chat_app-backend
Chat app
https://github.com/abishek6799/chat_app-backend
bcrypt cors expressjs jwt-token mongodb nodejs nodemailer nodemon reactjs socket-io
Last synced: about 8 hours ago
JSON representation
Chat app
- Host: GitHub
- URL: https://github.com/abishek6799/chat_app-backend
- Owner: Abishek6799
- Created: 2025-01-22T05:53:21.000Z (2 days ago)
- Default Branch: master
- Last Pushed: 2025-01-22T06:19:57.000Z (2 days ago)
- Last Synced: 2025-01-22T07:18:43.406Z (2 days ago)
- Topics: bcrypt, cors, expressjs, jwt-token, mongodb, nodejs, nodemailer, nodemon, reactjs, socket-io
- Language: JavaScript
- Homepage: https://chat-app-backend-batw.onrender.com/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Chat-Application
## Description
This is a real-time chatting application built with the MERN stack (MongoDB, Express.js, React.js, and Node.js). The app allows registered users to communicate in real-time, regardless of when they log in. Users can send and receive messages anytime, as all conversations are stored securely in the database.## Features
* **User Authentication:**
* Secure user registration and login.* **Real-Time Chat**
* User can chat real-time using socket.io* **Persistent Conversations**
* All messages are stored in a MongoDB database, allowing users to access their chat history anytime.* **One-on-One Chat**
* Chat with specific users in private.## Technologies Used
* **Backend**
* Node.js
* Express.js
* MongoDB
* socket.io