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

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

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