Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayedtahsin/express-chat-app
Backend for real-time chat app. Build with express.js, Socket.io & MongDB
https://github.com/sayedtahsin/express-chat-app
expressjs mongodb nodejs websocket
Last synced: about 13 hours ago
JSON representation
Backend for real-time chat app. Build with express.js, Socket.io & MongDB
- Host: GitHub
- URL: https://github.com/sayedtahsin/express-chat-app
- Owner: SayedTahsin
- Created: 2024-07-29T17:13:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T17:30:15.000Z (5 months ago)
- Last Synced: 2024-11-10T08:31:30.644Z (about 2 months ago)
- Topics: expressjs, mongodb, nodejs, websocket
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express-Chat-App
This project is a real-time express application built for learning purposes. I followed tutorials from [Learn with Sumit](https://www.youtube.com/c/LearnwithSumit) to understand the fundamentals of Express.js & MongoDb.
This Backend server gives response in json format suitable for REST API. Additionally it renders html (used ejs template for that).Features
- Realtime chat with Websocket
- JWT - Cookie Authentication
- Validation wih express validator
- Role based Authorization
- Secured password with hashing