# README
zero-node
用于构建分布式服务器,具体使用见zero-server
模块
- network: 网络模块,支持
tcp
、kcp
和websocket
- 使用kcp-go实现
kcp
- 使用gorilla/websocket实现
websocket
- 使用kcp-go实现
- security: 安全相关
- dh: 密钥交换算法
- rc4: 对称加密
- srp6: 远程安全登录
第三方模块
- gorilla/websocket: Websocket 框架
- protobuf: Google protobuf
安装必要模块
-
protobuf
brew install protobuf brew install protoc-gen-go
TODO
[ ] 限流
# Packages
No description provided by the author