This commit is contained in:
Asim
2015-12-09 21:41:55 +00:00
parent 46687746a4
commit 8cfad5db33
2 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +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
Balancer | [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