From 4b51a55993dd1736361c27e6c4a3e5d196b216b8 Mon Sep 17 00:00:00 2001 From: Asim Date: Sun, 17 May 2015 23:04:19 +0100 Subject: [PATCH] Update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 747a8a7f..79bc5f96 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ An example server can be found in go-micro/template. [![GoDoc](http://img.shields.io/badge/go-documentation-brightgreen.svg?style=flat-square)](https://godoc.org/github.com/myodc/go-micro) +## Features +- Discovery +- Client/Server +- Pub/Sub +- Key/Value store + +### Planned +- Metrics +- Tracing +- Logging +- Stats + ## Prerequisites Consul is the default discovery mechanism provided in go-micro. Discovery is however pluggable.