https://github.com/alokkusingh/chat-system
Chat System using STOMP over WebSocket
https://github.com/alokkusingh/chat-system
Last synced: about 1 year ago
JSON representation
Chat System using STOMP over WebSocket
- Host: GitHub
- URL: https://github.com/alokkusingh/chat-system
- Owner: alokkusingh
- Created: 2021-03-20T03:35:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T05:47:45.000Z (over 5 years ago)
- Last Synced: 2025-04-23T12:19:36.074Z (about 1 year ago)
- Language: Java
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chat System
Technology Used
1. Java Springboot
2. STOMP over WebSocket
3. ActiveMQ message broker to support horizontal scalability
4. JWT Symetric Key Token (HS256) to secure websocket interface
5. Mongodb for chat message storage