Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icexin/brpc-go

Go version of brpc baidu_std protocol implementation
https://github.com/icexin/brpc-go

Last synced: about 1 month ago
JSON representation

Go version of brpc baidu_std protocol implementation

Awesome Lists containing this project

README

        

# brpc-go

The Go version implementation of brpc [baidu_std](https://github.com/apache/incubator-brpc/blob/60159fc3f3e13490fb9806ea0a0cb0dcdbda7f7d/docs/cn/baidu_std.md) protocol, including client side and server side.

Note that this is not an official implementation, and only implements the protocol part. Load balancing, service discovery and other functions are not included. It may be supported in the future

# Status

Beta version, the api may be break.

# Usage

see [examples](./examples/echo)