| title | Rust Rocket |
|---|---|
| description | A Rocket webserver |
| tags |
This example is a Rocket web server
- Rust
- Rocket
- Run the server
cargo run
By default, the Rocket server is started in staging mode. You can start in
production mode by changing ROCKET_ENV in the Dockerfile.
