Featured

Rust Web Development - Warp Introduction (by example)



Published
Rust for Web Development - A full introduction to Warp by example, a filter based Web Framework.

GitHub Source: https://github.com/jeremychone-channel/rust-warp-intro

00:00 - Intro
00:27 - Setup
00:59 - Hello World Filter
02:10 - VS Code Rest Client
03:52 - HI Api (first path)
07:55 - Static File Serving
11:33 - Rest API - Todo List
14:02 - Async Closure
15:26 - Async Filter Function
16:04 - JSON Result
17:34 - Todo Get API
20:43 - Todo Create API (Body Parsing)
23:16 - Custom Filter (Request Authentication)
27:45 - Request/Filter Exception Handling
29:01 - Extract Request Data (e.g., User Context)
32:31 - Global Resource Injection
35:30 - Don't forget
Category
Web design
Be the first to comment