Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebastiandotdev/rocket


https://github.com/sebastiandotdev/rocket

Last synced: 25 days ago
JSON representation

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`.