This is a simple websocket based chat app. The goal was to build a simple chat app and learn about websocket along the way.
- Spring boot
- MongoDB
- React JS
- WebSocket
- STOMP messaging protocol
- Memory based message broker
Starts the application
localhost:8080 also serves up a page from src/main/resources/static/app.js which can be used to just check the app.
- Messages are not being saved to database when being sent from the React UI. But if the messages are sent from src/main/resources/static/app.js, the messages are saved.