From 9b3cc69330b35cc92fe2deaefb0205a0d50006c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Jir=C3=A9nius?= Date: Tue, 14 May 2019 23:11:05 +0200 Subject: [PATCH] Update resgate (#2523) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a19ee6d6..0cf03ddb 100644 --- a/README.md +++ b/README.md @@ -551,7 +551,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [raft](https://github.com/hashicorp/raft) - Golang implementation of the Raft consensus protocol, by HashiCorp. * [raft](https://github.com/coreos/etcd/tree/master/raft) - Go implementation of the Raft consensus protocol, by CoreOS. * [redis-lock](https://github.com/bsm/redis-lock) - Simplified distributed locking implementation using Redis. -* [resgate](https://resgate.io/) - An open-source Realtime API Gateway, compatible with REST and RPC APIs. +* [resgate](https://resgate.io/) - Realtime API Gateway for building REST, real time, and RPC APIs, where all clients are synchronized seamlessly. * [ringpop-go](https://github.com/uber/ringpop-go) - Scalable, fault-tolerant application-layer sharding for Go applications. * [rpcx](https://github.com/smallnest/rpcx) - Distributed pluggable RPC service framework like alibaba Dubbo. * [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)).