Wrap Up
Recap the knowledge acquired in this chapter and review a complete piece of code containing all functionality taught so far.
We'll cover the following...
Concepts learned in this chapter
What is a server, and how do we listen and serve HTTP requests over a TCP connection?
What is the life cycle of a server, and how do we gracefully handle it?
How do we test our code?
What should we log, and how should we do it?
What are REST ...