From 35d5830ebe1aab7781a9c9640ef9990393d89c3c Mon Sep 17 00:00:00 2001 From: valerialistratova Date: Mon, 21 Sep 2020 12:28:14 +0300 Subject: [PATCH] Add ActiveRPC (#876) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ae4f5da..bab3221 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ _Tools that help send messages between clients to ensure protocol independency._ _Tools for creating and managing microservices._ +- [ActiveRPC](https://rpc.activej.io) - Lightweight and fast library for complex high-load distributed applications and Memcached-like solutions. - [Apollo](https://spotify.github.io/apollo/) - Libraries for writing composable microservices. - [Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC. - [consul-api](https://github.com/Ecwid/consul-api) - Client for the Consul API: a distributed, highly available and datacenter-aware registry/discovery service.