Add table

This commit is contained in:
Asim 2015-11-11 00:45:02 +00:00
parent 3cf90d7825
commit c53880e24a

View File

@ -8,10 +8,13 @@ An example server can be found in examples/server.
- [Slack](https://micro-services.slack.com) : [auto-invite](http://micro-invites.herokuapp.com/)
## Features
- Discovery
- Client
- Server
- Pub/Sub
Feature | Package | Description
------- | ------- | ---------
Discovery | Registry | A way of locating services to communicate with
Client | Client | Used to make RPC requests to a service
Server | Server | Listens and serves RPC requests
Pub/Sub | Broker | Publish and Subscribe to events
## Prerequisites