Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/websocket-spring-boot-starter
https://github.com/hiwepy/websocket-spring-boot-starter
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiwepy/websocket-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-12-04T04:03:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T08:50:05.000Z (over 2 years ago)
- Last Synced: 2023-07-01T02:17:30.798Z (over 1 year ago)
- Language: Java
- Size: 150 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# websocket-spring-boot-starter
### 说明
> 基于spring-websocket 的 Spring Boot Starter 实现
1. 默认的Handler实现
2. 实现基于责任链式的消息分发### Maven
``` xml
com.github.hiwepy
websocket-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-websocket](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-websocket "spring-boot-sample-websocket")