Need hosting for Rust

I am a new Rust learner and I was wondering if there was a place where I could host Rust web apps. I have been searching but can't find a place to host Rust apps directly.

Any hosting server that just gives you a Linux server should be able to do it. Personally I use a VPS from OVH, but there are many others such as Linode or DigitalOcean or AWS.

3 Likes

Digital Ocean has been working well for us for a long time now:

I’ve had good success with Heroku, using this buildpack.

We're running our Rust service in a Kubernetes pod, which can be deployed on a wide variety of hosting providers (or here) without having to manage the actual OS.

In Europe, Hetzner Cloud has very good prices and decent service.

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.