Stacks

A few stacks that come to mind for that next web app project.

  • Full stack Rust with WASM
  • Full stack F# with Fable and a typical JS library on front-end
  • Elixir with Pheonix
  • Gleam with Pheonix
  • Full stack F# with Bolero (F# WASM)
  • Any of the above backends with Flutter compiled to web
  • Any of the above backends with Flutter compiled to WASM
  • Any of the above backends with a UI created with Godot

Some of these lend themselves to less configuration if going for a serverless setup. For example, .NET has a dedicated runtime for AWS Lambda, so going with F# + Fable could lend itself to very little configuration if going with Vercel to host frontend code.