From fe89a7633f76308a41074cfcb4c38bcf15e85f96 Mon Sep 17 00:00:00 2001 From: Asim Date: Tue, 21 Jun 2016 03:26:22 +0100 Subject: [PATCH] Update table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1f881ae..e2d4c9f5 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Join the community to learn more: Feature | Package | Built-in Plugin | Description ------- | ------- | --------- | ----------- Discovery | [Registry](https://godoc.org/github.com/micro/go-micro/registry) | consul,mdns | Service discovery mechanism -Client | [Client](https://godoc.org/github.com/micro/go-micro/client) | rpc | Used to make RPC requests to a service -Codec | [Codec](https://godoc.org/github.com/micro/go-micro/codec) | proto,json | Request message encoding +Client | [Client](https://godoc.org/github.com/micro/go-micro/client) | rpc | RPC Client +Codec | [Codec](https://godoc.org/github.com/micro/go-micro/codec) | proto,json | Message encoding Balancer | [Selector](https://godoc.org/github.com/micro/go-micro/selector) | random | Client side load balancing -Server | [Server](https://godoc.org/github.com/micro/go-micro/server) | rpc | Listens and serves RPC requests +Server | [Server](https://godoc.org/github.com/micro/go-micro/server) | rpc | RPC Server Pub/Sub | [Broker](https://godoc.org/github.com/micro/go-micro/broker) | http | Asynchonous communication Transport | [Transport](https://godoc.org/github.com/micro/go-micro/transport) | http | Synchronous communication