An open API service indexing awesome lists of open source software.

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

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

[![Deploy on Railway](https://railway.app/button.svg)](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`.