mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
add transport to the table
This commit is contained in:
parent
72fd498219
commit
ec1601e2b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user