基于spring-websocket 的 Spring Boot Starter 实现
- 默认的Handler实现
- 实现基于责任链式的消息分发
<dependency>
<groupId>io.github.easy4j</groupId>
<artifactId>websocket-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-websocket