https://github.com/icexin/brpc-go
Go version of brpc baidu_std protocol implementation
https://github.com/icexin/brpc-go
Last synced: 2 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T10:31:14.000Z (4 months ago)
- Last Synced: 2025-04-14T23:12:18.724Z (2 months ago)
- Language: Go
- Size: 93.8 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- 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)