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: 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"