Collab Calculator application using AngularJS and Spring WebSockets (STOMP over WebSockets)
- Built with Spring Boot
- User login
- Mathematical Expression broadcasting and private messages (filtering profanities)
- Presence tracking sending notifications when users join / leave
- Broadcast notifications when users are typing
- WebSockets stats exposed at /stats
- WebSocket security with Spring Security
- Spring Session integration
- Username : Rajeev (Your Name)
- Password : Admin
- Username : RM(Desired Screen name)
If you directly wanna run the jar run this command (If the redis server is configured): $ java -jar spring-websocket-calc-master-2.0.0.M1.jar
or
You can also clone the project from github and run the following command in your terminal : $ gradle bootRun