Summary
In this chapter, you learned how to render components on the server. We created a simple HTTP server and then upgraded it to allow multiple endpoints and web sockets. Finally, we looked briefly at how we can structure our server-side code and quickly looked at the AdonisJS MVC framework.
In the next chapter, you will learn about some popular React design patterns that you can apply to your components and interfaces.