Part 2:Serving Web Content
Upon completing this part of the book, you will be able to create server-rendered pages using an HTML/template and Gorilla Mux. You will also learn how to create and expose an API that will be used by the frontend. Securing the API will be discussed, including middleware.
This part includes the following chapters:
- Chapter 4, Serving and Embedding HTML Content
- Chapter 5, Securing the Backend and Middleware
- Chapter 6, Moving to API-First