I know https://WalkScape.app uses dart frog on their backend, and afaik they have 20k monthly concurrent users
But honestly any backend with dart works fine, shelf or dart frog if you like to build/control your own stack or serverpod if you need a structured/opiniated stack out of the box
Comments
If it's Dart I usually roll with Dart Frog tbh
Tho I do currently run my own Dart HTTP framework that compiles to JS 😂
But honestly any backend with dart works fine, shelf or dart frog if you like to build/control your own stack or serverpod if you need a structured/opiniated stack out of the box
I don’t recommend doing this at all, but it is for sure fun to do
But the benchmarks they use are not “production” like so always run your own benchmarks with your own loads/expectations