Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 4.41 KB

rocket.md

File metadata and controls

74 lines (58 loc) · 4.41 KB
title timestamp author published description show_related tags todo
Rocket - web development with Rust
2023-12-22 04:30:01 -0800
szabgab
true
Examples with the Rocket web framework for Rustlang
false
Rocket
web
Hello World! with Rocket, tests in a separate file.
Set `content-type` `text/html`
Accept dynamic pathes (path parameters)
Accept GET parameter
Accept POST parameter
Cookies
Deployment

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.

My Videos

Other Videos

Rocket-based Open Source projects