FAQ

The FAQ should provide quick answers to the most common questions.

What is Micro?

Micro is a platform for API driven development.

Is it open source?

Yes, Micro is Apache 2.0 licensed.

Where’s go-micro

it had been moved and renamed to nitro which will focus on edge computing and embeded systems.

Where’s Community

Here! a non-offical community, Join Us

Where do I start?

Start by checking out the project itself at github.com/micro-community/micro

Where can I run Micro?

Micro is runtime agnostic. You can run it anywhere you like. On bare metal, on AWS, Google Cloud. On your favourite container orchestration system like Mesos or Kubernetes.

Does Micro support gRPC?

Yes. In v2 and beyond micro makes use of gRPC by default.

What’s the difference between Micro and Nitro(Go Micro)?

Go Micro was an early attempt at building a framework for Go microservices development. We’ve since shifted our focus entirely to Micro, a platform for cloud native development which includes a server, command line and service framework (previously go-micro). Go Micro has been moved to asim/go-micro.

Check out Awesome Micro for more resources