Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/websocket-spring-boot-starter


https://github.com/hiwepy/websocket-spring-boot-starter

Last synced: 6 days ago
JSON representation

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")