Chapter 6. Microservice Frameworks
In this chapter, we are going to look at some of the most popular frameworks for building microservices and look at an example project to see the implementation. We will examine both RESTful and RPC based microservices and, to throw a curve ball in, we are also going to look at a commercial framework which provides much of the glue needed when building a highly distributed system.
The source code to accompany this chapter can be found at https://github.com/building-microservices-with-go/chapter6