Skip to content

zhendliu/wind

Repository files navigation

light

LightRPC Multi-protocol encryption RPC

Multi-protocol

  • TCP
  • KCP
  • UNIX
  • HTTP
  • MQTT
  • QUIC

Encoding

  • JSON
  • MessagePack
  • Protobuf

Compress

  • RawData
  • Snappy
  • GZIP

Discovery

  • p2p
  • redis docker run -d --name redis -p 6379:6379 --restart=always redis:6-alpine
  • etcd
  • consul

Programming language support

  • GO
  • RUST
  • Python

TODO

  • Heartbeat
  • Client connection pool
  • Auth
  • Discovery
  • Middleware
  • Limit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages