Rocket Review

5 · Kevin Cox · Jan. 1, 2022, 2:32 p.m.
I recently launched a web service using Rocket (0.5.0-rc.1). After about a month, I migrated it to actix-web (although using only a small amount of the framework). I thought it would be interesting to document my rationale and thoughts about Rocket, as well as a little of how it compares to actix-web and some general ideas for web servers in Rust.If you want the TL;DR, the problem that made me ditch Rocket is No Request Object.The code snippets in this article are taken from FeedMail but have be...