Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 486 Bytes

README.zh_CN.md

File metadata and controls

11 lines (7 loc) · 486 Bytes

English | 中文

go-codec

LICENSE

本仓库提供了其他协议的实现及其示例,目前包括:

  • grpc: 支持 grpc 协议
  • rawbinary: 在 udp 传输层协议下支持请求响应皆为 []byte 的协议
  • rawstring: 在 tcp 传输层协议下支持请求响应皆为 string 类型的协议,string 通过 "\n" 来进行分割