From c53880e24a39bce59c404be7238cc0f310a8b3ff Mon Sep 17 00:00:00 2001 From: Asim Date: Wed, 11 Nov 2015 00:45:02 +0000 Subject: [PATCH] Add table --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01e1204b3f..124daa0b27 100644 --- a/README.md +++ b/README.md @@ -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