Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/icexin/brpc-go
- Owner: icexin
- License: apache-2.0
- Created: 2022-03-26T10:05:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T07:48:24.000Z (about 1 year ago)
- Last Synced: 2024-06-19T11:17:10.011Z (6 months ago)
- Language: Go
- Size: 90.8 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
# Usagesee [examples](./examples/echo)