Dragos Varovici 6b9bf4d883 rust rocket upgrade to 0.5.0rc2 (#7346) 3 jaren geleden
..
src 6b9bf4d883 rust rocket upgrade to 0.5.0rc2 (#7346) 3 jaren geleden
templates 68fdd1a8ee Update Rocket for more performance (#5174) 6 jaren geleden
.gitignore bf35d78d2a Rocket async using sqlx 3 jaren geleden
Cargo.toml 6b9bf4d883 rust rocket upgrade to 0.5.0rc2 (#7346) 3 jaren geleden
README.md b69e42d542 Add Rust Rocket framework (#3996) 7 jaren geleden
benchmark_config.json b69e42d542 Add Rust Rocket framework (#3996) 7 jaren geleden
config.toml bf35d78d2a Rocket async using sqlx 3 jaren geleden
rocket.dockerfile 6b9bf4d883 rust rocket upgrade to 0.5.0rc2 (#7346) 3 jaren geleden

README.md

Rocket - Simple, Fast, Type-Safe Web Framework for Rust

Description

Rocket is a web framework for Rust that makes it simple to write fast web applications without sacrificing flexibility or type safety. All with minimal code.

Database

PostgreSQL

Test URLs

Test 1: JSON Encoding

http://localhost:8000/json

Test 2: Single Row Query

http://localhost:8000/db

Test 3: Multi Row Query

http://localhost:8000/queries?q=20

Test 4: Fortunes (Template rendering)

http://localhost:8000/fortunes

Test 5: Update Query

http://localhost:8000/updates?q=20

Test 6: Plaintext

http://localhost:8000/plaintext