July 2016
Intermediate to advanced
312 pages
9h 9m
English
This chapter covers
Chapter 2 showed the steps for creating a simple internet forum web application. The chapter mapped out the various parts of a Go web application, and you saw the big picture of how a Go web application is structured. But there’s little depth in each of those parts. In the next few chapters, we’ll delve into the details of each of these parts and explore in depth how they can be put together.
In this and the next chapter, we’ll focus on the brains of the web application: the handlers that receive and process requests from the client. In this ...
Read now
Unlock full access