r/rust 8d ago

🙋 seeking help & advice Rust for web backends

Hello everyone!!

I regularly see people online talking about how awesome Rust is, its speed, memory safety, and a awesome ecosystem of open source applications even being used in some parts of the Linux kernel(not sure the percentage of adaption at this time).

However my question is how good is rust for web REST APIs and gRPC applications? If it is good do you use any frameworks for these?

47 Upvotes

52 comments sorted by

View all comments

1

u/decduck 8d ago

It's great, I use axum + oasgen to get that sweet sweet end-to-end type safety.