https://github.com/techprimers/spring-boot-websocket-example
WebSocket example using Spring Boot
https://github.com/techprimers/spring-boot-websocket-example
spring-boot-websocket websocket
Last synced: 11 months ago
JSON representation
WebSocket example using Spring Boot
- Host: GitHub
- URL: https://github.com/techprimers/spring-boot-websocket-example
- Owner: TechPrimers
- Created: 2018-02-24T17:48:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:28:22.000Z (over 1 year ago)
- Last Synced: 2025-03-26T06:43:23.513Z (12 months ago)
- Topics: spring-boot-websocket, websocket
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 59
- Watchers: 1
- Forks: 69
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebSockets in a Spring Boot Application
- `/app/user` - Message Mapping URL
- `/topic/user` - Message Broker topic for pushing messages to the UI back.