Rust simple platform-as-a-service options?

I'm developing a small game server in Rust using Tokio + Tonic gRPC. I'm looking for a simple Rust Platform-As-A-Service hosting option suitable for low traffic volumes which manages as much of the sysadmin work as realistically possible. I'd love something as easy as running Rails on Heroku back in 2010, just "git push us your code and forget about it".

Are there any good options for this out there with real first-class Rust language support?

I haven't tried it myself and I'm not sure it fits your requirements, but maybe https://www.shuttle.rs/?

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.