From cff66a6a2f9c5cc9723096feff7ebedfccbb9dc5 Mon Sep 17 00:00:00 2001 From: goodliu Date: Fri, 5 Jan 2024 18:56:10 +0800 Subject: [PATCH] add trpc-go (#5075) * README: add trpc-go package to the Distributed Systems list * update description * update description cont'd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe80dad1..5a2114dd 100644 --- a/README.md +++ b/README.md @@ -957,6 +957,7 @@ _Packages that help with building Distributed Systems._ - [sleuth](https://github.com/ursiform/sleuth) - Library for master-less p2p auto-discovery and RPC between HTTP services (using [ZeroMQ](https://github.com/zeromq/libzmq)). - [Temporal](https://github.com/temporalio/sdk-go) - Durable execution system for making code fault-tolerant and simple. - [torrent](https://github.com/anacrolix/torrent) - BitTorrent client package. +- [trpc-go](https://github.com/trpc-group/trpc-go) - The Go language implementation of tRPC, which is a pluggable, high-performance RPC framework. **[⬆ back to top](#contents)**