spring-websocket-template icon indicating copy to clipboard operation
spring-websocket-template copied to clipboard

Template project for configuring websockets with spring

spring-websocket-template

Build Status

Provides a template for spring websocket usage (with and without SockJS support)

The project provides 2 modules:

  • without-sockjs: Plain websocket integration with Spring Boot
  • with-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

Installation

mvn install

Issues

Report any issues or bugs to https://github.com/lahsivjar/spring-websocket-template/issues Pull requests are welcomed.

License

This project is licensed under the MIT License - see the LICENSE file for details