netty-websocket, 是一个基于Netty的Java WebSocket集群框架。
它提供了多种功能 :
- 提供单节点websocket服务
- 提供集群模式的websocket服务(支持广播、redis等多种实现方式)
-
1.jdk版本为1.8或1.8+
-
2.添加依赖:
<dependency>
<groupId>org.cola</groupId>
<artifactId>netty-websocket-core</artifactId>
<version>${version}</version>
</dependency>- 3.点击 netty-websocket-samples 查看示例
websocket集群问题
广播集群模式
This product is open source and free, and will continue to provide free community technical support. Individual or enterprise users are free to access and use.
- Licensed under the GNU General Public License (GPL) v3.
- Copyright (c) 2015-present, cola.
产品开源免费,并且将持续提供免费的社区技术支持。个人或企业内部可自由的接入和使用。如有需要可邮件联系作者免费获取项目授权。

