In this chapter, you have learned the basic principles of Vapor and how it operates. You have seen Vapor's advantages over the other frameworks and why it is a great choice for microservices. After installing Vapor, you have run your very first Vapor application and have seen the result.
Please spend some time playing with Vapor in order to familiarize yourself with the framework. This chapter cannot cover all that Vapor can offer for you, but it should be a good starting point. You can visit docs.vapor.codes for more information. This chapter is introducing the relevant parts of Vapor to you, which you will need to write microservices. You should familiarize yourself with the official Vapor documentation, though, as this chapter cannot cover everything and the framework is constantly evolving.
In the next chapter, we are planning our e-commerce example backend in...