Provides a template for spring websocket usage (with and without SockJS support)
The project provides 2 modules:
without-sockjs
: Plain websocket integration with Spring Bootwith-sockjs
: Websocket integration with Spring Boot for backend and React for frontend. Checkout README for more information. This module is also deployed at: https://react-websocket.herokuapp.com/index
mvn install
Report any issues or bugs to https://github.com/lahsivjar/spring-websocket-template/issues Pull requests are welcomed.
This project is licensed under the MIT License - see the LICENSE file for details