Update readme

This commit is contained in:
Asim 2015-05-23 23:51:31 +01:00
parent 32928bfb67
commit 54ad8f253f

View File

@ -1,6 +1,6 @@
# Go Micro
Go Micro is a microservices client/server library utilising HTTP/RPC and protobuf. It is part of the [Micro](https://github.com/myodc/micro) toolchain.
Go Micro is a microservices library which provides the fundamental building blocks for writing fault tolerant distributed systems at scale. It is part of the [Micro](https://github.com/myodc/micro) toolchain.
An example server can be found in go-micro/template.