In this chapter, you learned how to integrate your microservices with the web application using a JavaScript library such as knockout.js. You learned about the MVVM pattern, and how these can be helpful to create fully developed web applications. You also learned user management concepts, such as cookies and sessions, and how to make use of them.
In the next chapter, we will try to make our database side stronger and secure by moving it from SQLite to other NoSQL database services, such as MongoDB.