From 2c7fd286dec34801dc930a15672a1dd815f04cb6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 31 May 2020 11:34:49 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24d77b1a..da9028b3 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ across the services and retry a different node if there's a problem. to seamlessly encode and decode Go types for you. Any variety of messages could be encoded and sent from different clients. The client and server handle this by default. This includes protobuf and json by default. -- **Request/Response** - RPC based request/response with support for bidirectional streaming. We provide an abstraction for synchronous -communication. A request made to a service will be automatically resolved, load balanced, dialled and streamed. The default +- **gRPC Transport** - gRPC based request/response with support for bidirectional streaming. We provide an abstraction for synchronous communication. A request made to a service will be automatically resolved, load balanced, dialled and streamed. The default transport is [gRPC](https://grpc.io/). - **Async Messaging** - PubSub is built in as a first class citizen for asynchronous communication and event driven architectures.