Skip to content

netty-websocket, 是一个基于Netty的Java WebSocket集群框架。

License

Notifications You must be signed in to change notification settings

daixiaoch/netty-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netty-websocket

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>

功能架构

websocket集群问题

ws

广播集群模式

broadcast

Copyright and License

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.

产品开源免费,并且将持续提供免费的社区技术支持。个人或企业内部可自由的接入和使用。如有需要可邮件联系作者免费获取项目授权。

About

netty-websocket, 是一个基于Netty的Java WebSocket集群框架。

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages