Section 2: Distributed Microservices
The second part of this book is a deep dive into the Gin framework. It includes a practical example of building a real-world production-ready RESTful API in Go and explains how to communicate with different microservices based on REST to build distributed web applications. This section includes the following chapters:
- Chapter 2, Setting up API Endpoints
 - Chapter 3, Managing Data Persistence with MongoDB
 - Chapter 4, Building API Authentication
 - Chapter 5, Serving Static HTML in Gin
 - Chapter 6, Scaling a Gin Application