https://github.com/dinsaw/spring-boot-jetty-websocket-example
Basic example of how to configure Jetty WebSocket with Spring Boot
https://github.com/dinsaw/spring-boot-jetty-websocket-example
java jetty-server spring spring-boot websocket
Last synced: 2 months ago
JSON representation
Basic example of how to configure Jetty WebSocket with Spring Boot
- Host: GitHub
- URL: https://github.com/dinsaw/spring-boot-jetty-websocket-example
- Owner: dinsaw
- License: mit
- Created: 2017-12-26T05:40:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T04:53:05.000Z (about 8 years ago)
- Last Synced: 2025-06-03T20:38:12.645Z (about 1 year ago)
- Topics: java, jetty-server, spring, spring-boot, websocket
- Language: Java
- Homepage:
- Size: 225 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring-Boot-Jetty-WebSocket-Example
[](https://travis-ci.org/dinsaw/Spring-Boot-Jetty-WebSocket-Example)
[](https://codecov.io/gh/dinsaw/Spring-Boot-Jetty-WebSocket-Example)
This is basic example of how to configure Jetty WebSocket with Spring Boot.
For more information read my blog post - [Jetty WebSocket with Spring Boot](http://www.dineshsawant.com/jetty-websocket-with-spring-boot/)
