From 76307188cd1a37e6c5d651ee8e98a772729ad189 Mon Sep 17 00:00:00 2001 From: Asim Date: Wed, 9 Dec 2015 19:48:20 +0000 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9593112d..c5061f25 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Feature | Package | Built-in Plugin | Description Discovery | [Registry](https://godoc.org/github.com/micro/go-micro/registry) | consul | A way of locating services to communicate with 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 | Encoding/Decoding handler for requests +Selector | [Selector](https://godoc.org/github.com/micro/go-micro/selector) | random | Service node filter and pool Server | [Server](https://godoc.org/github.com/micro/go-micro/server) | rpc | Listens and serves RPC requests Pub/Sub | [Broker](https://godoc.org/github.com/micro/go-micro/broker) | http | Publish and Subscribe to events Transport | [Transport](https://godoc.org/github.com/micro/go-micro/transport) | http | Communication mechanism between services