mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
title, description, tags
| title | description | tags | ||
|---|---|---|---|---|
| Rust Rocket | A Rocket webserver |
|
Rust Rocket Example
This example is a Rocket web server
✨ 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.