Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T21:28:22.000Z (6 months ago)
- Last Synced: 2025-01-20T18:09:31.253Z (11 days ago)
- Topics: spring-boot-websocket, websocket
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 58
- Watchers: 2
- 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.