Categorygithub.com/zerogo-hub/zero-node
module
0.8.1
Repository: https://github.com/zerogo-hub/zero-node.git
Documentation: pkg.go.dev

# README

zero-node

用于构建分布式服务器,具体使用见zero-server

模块

  • network: 网络模块,支持tcpkcpwebsocket
  • 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