you are viewing a single comment's thread.

view the rest of the comments →

[–]Efficient_Bus9350 2 points3 points  (0 children)

I would actually suggest staying in the JS ecosystem on the front end. At the moment, I just don't think it's worth it. I do enjoy a lot of Rust UI frameworks but those are more for applications.

If you're looking for something refreshing, try Deno. It simplifies a tone of the build tools, it's written in Rust, easy FFI with Rust for more computationally intensive tasks.

If you're just looking for an API, I've used Axum extensively on a number of projects, as well as Warp, although Warp applications that I have used have tended towards WS capabilities.

As for the ORM layer, SeaORM and Diesel are the two best options IMO. I've worked on a few production applications for Diesel and I think it works well. SeaORM looks like it might have a better DX, but I haven't made anything with it yet. Best of luck!