Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastiandotdev/rocket
https://github.com/sebastiandotdev/rocket
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastiandotdev/rocket
- Owner: sebastiandotdev
- Created: 2023-12-15T04:27:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T04:27:35.000Z (11 months ago)
- Last Synced: 2024-08-26T18:54:00.388Z (2 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- 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`.