In this chapter, we are going to look at some of the most popular frameworks for building microservices along with an example project to see how to implement these frameworks. 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 that 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.