Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binakot/spring-stomp-websocket-demo
https://github.com/binakot/spring-stomp-websocket-demo
demo hacktoberfest hacktoberfest-accepted java messaging sockjs spring stomp subscription websocket
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binakot/spring-stomp-websocket-demo
- Owner: binakot
- License: mit
- Created: 2021-08-06T18:57:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T06:26:55.000Z (about 1 year ago)
- Last Synced: 2023-10-15T18:03:01.787Z (about 1 year ago)
- Topics: demo, hacktoberfest, hacktoberfest-accepted, java, messaging, sockjs, spring, stomp, subscription, websocket
- Language: Java
- Homepage:
- Size: 1.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring STOMP WebSockets Demo
RFC 6455:
[The WebSocket Protocol](https://datatracker.ietf.org/doc/html/rfc6455).Spring documentation about
[WebSocket](https://docs.spring.io/spring-framework/docs/5.3.9/reference/html/web.html#websocket).Spring documentation about
[STOMP](https://docs.spring.io/spring-framework/docs/5.3.9/reference/html/web.html#websocket-stomp).Spring guide
[Messaging with STOMP over WebSocket](https://spring.io/guides/gs/messaging-stomp-websocket).Build & tests:
```bash
$ ./gradlew build
```Run:
```bash
$ ./gradlew bootRun
```Now open web client in browser [index.html](./src/main/resources/client/index.html).
Demo on YouTube:
[Video 1](https://youtu.be/8XuXF_w1QM4) and
[Video 2](https://youtu.be/IvgJADQAVZ0).![ws](./assets/ws.png)