Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 859 Bytes

File metadata and controls

28 lines (19 loc) · 859 Bytes

spring-websocket-template (with SockJS)

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.

Usage

  1. Installation
mvn install
  1. Start spring boot server
mvn spring-boot:run
  1. Open http://localhost:8080/index in browser

Demonstration

https://react-websocket.herokuapp.com/index

React components used

Issues

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