Update README.md

This commit is contained in:
Asim 2015-04-02 21:47:21 +02:00
parent 5372f3a009
commit c7e114fa19

View File

@ -1,6 +1,6 @@
# Go Micro - a microservices client/server library
# Go Micro
This a minimalistic step into microservices using HTTP/RPC and protobuf. It's the first implementation of a microservices "spec" called [Micro](https://github.com/asim/micro).
Go Micro is a microservices client/server library utilising HTTP/RPC and protobuf. It is part of the [Micro](https://github.com/asim/micro) toolchain.
An example server can be found in go-micro/template.