https://github.com/railwayapp-templates/rocket
Rust Rocket on Railway
https://github.com/railwayapp-templates/rocket
deployment railway rocket rust
Last synced: 9 months ago
JSON representation
Rust Rocket on Railway
- Host: GitHub
- URL: https://github.com/railwayapp-templates/rocket
- Owner: railwayapp-templates
- Created: 2022-09-01T00:03:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T19:26:12.000Z (almost 3 years ago)
- Last Synced: 2025-07-11T14:28:10.967Z (9 months ago)
- Topics: deployment, railway, rocket, rust
- Language: Rust
- Homepage: https://railway.app/template/FkW8oU
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Rust Rocket
description: A Rocket webserver
tags:
- rust
- rocket
---
# Rust Rocket Example
This example is a [Rocket](https://rocket.rs) web server
[](https://railway.app/new/template/soL3yG)
## ✨ 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`.