Rocket - web development with Rust

Rocket web

Rocket is one of the web development frameworks for the Rust programming language. It has a nice web site that comes with a nice tutorial, but for me, to undertand it I needed my own, stand-alone examples. On this page you'll find the list of examples. You can get the full source code of each one of them from Rust Maven GitHub repo or by following the links above the files.

Rocket on Crates.

Rocket-based Open Source projects

Related Pages

Web development in Rust
Web development in Rust
Testing in Rust
Rust Maven
Rocket: get, set (add), delete cookies - pending cookies
Rocket: Web-based Hello World! with tests
Rocket: Hello World with tests in separate file
Rocket: 404 page with static content
Rocket: 404 page with static content
Rocket liniting issues
Rocket Hello World with Tera Templates
Rocket - process Query String of a GET request
Rocket - multi-counter using cookies
Rocket - multi counter using encrypted cookies
Rocket - logging in the web application
Rocket - echo using HTTP POST - form handling
Rocket - echo GET
Rocket - access custom configuration in the routes
Rocket - Single counter in a plain text file
Rocket - Hello World returning HTML
Rocket - Early return from routes

Author

Gabor Szabo (szabgab)

Gabor Szabo, the author of the Rust Maven web site maintains several Open source projects in Rust and while he still feels he has tons of new things to learn about Rust he already offers training courses in Rust and still teaches Python, Perl, git, GitHub, GitLab, CI, and testing.

Gabor Szabo