Hacker News new | ask | show | jobs
by steveklabnik 2542 days ago
Actix web and rocket are the two most popular.

HTTP stuff benefits a lot from asynchronicity, and so there’s been a lot of churn over the past few years as this story shakes out. We’re almost there though!

1 comments

I can second the suggestion for actix-web, it is a joy to use and I believe it is the only HTTP framework that has reached version 1.0 :)

Have a look at the sort of things you can do with it https://github.com/actix/examples