The template provides WebSocket integration with Spring Boot with STOMP and SockJS fallback options. The template also provides ReactJS integration and a functioning web interface using React UI components.
- Installation
mvn install
- Start spring boot server
mvn spring-boot:run
- Open http://localhost:8080/index in browser
https://react-websocket.herokuapp.com/index
Report any issues or bugs to https://github.com/lahsivjar/spring-websocket-template/issues Pull requests are welcomed.