From 423cd818fd200c2395e996dcd1342f091462c8d9 Mon Sep 17 00:00:00 2001 From: lesismal <40462947+lesismal@users.noreply.github.com> Date: Fri, 18 Sep 2020 02:12:52 +0800 Subject: [PATCH] Add lesismal/arpc (#3155) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e367303..16c01c16 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Packages that help with building Distributed Systems.* +* [arpc](https://github.com/lesismal/arpc) - More effective network communication, support two-way-calling, notify, broadcast. * [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. * [consistent](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. * [consistenthash](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas.