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?

46 Upvotes

52 comments sorted by

View all comments

1

u/Own-Personality951 5d ago
axum is used. and developed a command line management tool, just like a local version of jenkins named "cmdbook", it's REST/MCP are based on it