Files
archived-starters/examples/rocket
2021-02-05 01:49:58 +00:00
..
2021-02-05 01:49:58 +00:00
2021-02-05 01:49:58 +00:00
2021-02-05 01:49:58 +00:00
2021-02-05 01:49:58 +00:00
2021-02-05 01:49:58 +00:00

Rust Rocket Example

This example is a Rocket web server

Deploy on Railway

Features

  • Rust
  • Rocket

💁‍♀️ How to use

  • Run the server cargo run

📝 Notes

By default, the Rocket server is started in staging mode. You can start in production mode by changing ROCKET_ENV in the Dockerfile.