Any large open source actix-web applications out there?

Hello everyone. I'm new to rust but am enjoying learning it. I want to build a real world rest api using rust and actix-web (also diesel). Are there any open source projects using these? I'm trying to see real wold code, so I can get an idea of best practices and design patterns.

2 Likes

Welcome to the user forum! There is 3 techniques I use to get info like this:

  1. on crates.io, look at the reverse dependencies of actix-web.
  2. Search github and gists for references to actix-web
  3. ask in the gitter channel of actix-web.
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.