Chapter 11: Understanding Rocket Web Framework

At this point, we have built a fully functioning to-do application with the Actix web framework. In this chapter, we will go through the core concepts so that there will be nothing holding us back if we decide to completely recreate the to-do application in Rocket.

We will not explicitly recreate the application in this chapter, as this would result in pages and pages of repetition. However, there is going to be some repetition here as some of the modules we've created throughout this book are web framework agnostic. We will copy some of the modules we created in the previous chapters for some of the examples provided. Our examples will include constructing basic views, connecting to a database, ...

Get Rust Web Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.