8000 GitHub - liuzengh/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

liuzengh/go-codec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
< 8000 svg aria-hidden="true" focusable="false" class="octicon octicon-file-directory-fill icon-directory" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 中文

go-codec

This repository provides implementation examples of some business 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"

About

Codec implementations for tRPC-Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0