8000 GitHub - trpc-ecosystem/go-codec: Codec implementations for tRPC-Go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

trpc-ecosystem/go-codec

Repository files navigation

English | 中文

go-codec

LICENSE

This repository provides implementations and examples of other protocols, currently including:

  • grpc: 6959 Supports grpc protocol
  • rawbinary: Supports the protocol where both request and response are []byte under the udp transport layer protocol
  • rawstring: Supports the protocol where both request and response are string types under the tcp transport layer protocol, with strings separated by "\n"
0