SergioBenitez/Rocket

A web framework for Rust.

RustOtherrustframeworkweb-developmentwebweb-frameworkrocket
This is stars and forks stats for /SergioBenitez/Rocket repository. As of 25 Apr, 2024 this repository has 21594 stars and 1460 forks.

Rocket Rocket is an async web framework for Rust with a focus on usability, security, extensibility, and speed. #[macro_use] extern crate rocket; #[get("/<name>/<age>")] fn hello(name: &str, age: u8) -> String { format!("Hello, {} year old named {}!", age, name) } #[launch] fn rocket() -> _ { rocket::build().mount("/hello", routes![hello]) } Visiting localhost:8000/hello/John/58, for example, will trigger the hello route resulting in the string Hello, 58 year old named...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
Peltoche/lsdRustShell10.9k03660
metaplex-foundation/metaplex-program-libraryRustTypeScriptOther528-15070
Morganamilo/paruRustShellDockerfile4.8k01920
Dusk-Labs/dimRustJavaScriptTypeScript3.4k01420
elkowar/ewwRustTypeScriptNix7.1k03030
substrate-developer-hub/substrate-node-templateRustNixDockerfile84709720
solana-labs/solana-program-libraryRustTypeScriptPython2.4k01.5k0
VirtusLab/scala-cliScalaShellJavaScript442+196+1
apache/incubator-kyuubiScalaJavaShell1.7k06900
Ranchero-Software/NetNewsWireSwiftCSSJavaScript7.2k04890