Elijah Lopez 9c6caac8d1 Improve rocket.rs implementation (#8484) 1 year ago
..
rocket-diesel e02a403a50 New test for rocket and diesel (#7990) 2 years ago
src 9c6caac8d1 Improve rocket.rs implementation (#8484) 1 year ago
templates 68fdd1a8ee Update Rocket for more performance (#5174) 5 years ago
.gitignore bf35d78d2a Rocket async using sqlx 3 years ago
Cargo.lock 9c6caac8d1 Improve rocket.rs implementation (#8484) 1 year ago
Cargo.toml 9c6caac8d1 Improve rocket.rs implementation (#8484) 1 year ago
README.md 9c6caac8d1 Improve rocket.rs implementation (#8484) 1 year ago
benchmark_config.json e53e0260e5 Add broken tags to FW's that haven't started/stopped correctly in last 3 full runs + script for detecting failing frameworks (#8255) 2 years ago
config.toml bf35d78d2a Rocket async using sqlx 3 years ago
rocket-diesel.dockerfile e02a403a50 New test for rocket and diesel (#7990) 2 years ago
rocket.dockerfile 6b9bf4d883 rust rocket upgrade to 0.5.0rc2 (#7346) 3 years ago
rust-toolchain.toml e02a403a50 New test for rocket and diesel (#7990) 2 years ago
rustfmt.toml e02a403a50 New test for rocket and diesel (#7990) 2 years ago

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, secure web applications without sacrificing flexibility, usability, or type safety.

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