Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plttn/rocket
https://github.com/plttn/rocket
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/plttn/rocket
- Owner: plttn
- Created: 2023-09-23T02:33:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-23T02:33:33.000Z (over 1 year ago)
- Last Synced: 2024-12-17T02:46:28.002Z (7 days ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
[![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`.