add transport to the table

This commit is contained in:
Asim 2015-11-11 15:05:18 +00:00
parent 72fd498219
commit ec1601e2b3

View File

@ -15,6 +15,7 @@ Discovery | [Registry](https://godoc.org/github.com/myodc/go-micro/registry) | A
Client | [Client](https://godoc.org/github.com/myodc/go-micro/client) | Used to make RPC requests to a service
Server | [Server](https://godoc.org/github.com/myodc/go-micro/server) | Listens and serves RPC requests
Pub/Sub | [Broker](https://godoc.org/github.com/myodc/go-micro/broker) | Publish and Subscribe to events
Transport | [Transport](https://godoc.org/github.com/myodc/go-micro/transport) | Communication mechanism between services
## Prerequisites