Tagged articles
3 articles
Page 1 of 1
Tech Musings
Tech Musings
May 27, 2026 · Backend Development

How to Upload Images to Qiniu Cloud with Rust + Actix‑Web and Generate Signed Download URLs

This article walks through moving image storage from TiDB Cloud to Qiniu Cloud for a WeChat mini‑program, detailing a Rust + Actix‑Web backend that validates image format, deduplicates via SHA‑256 content‑addressable keys, creates upload tokens, performs idempotent multipart uploads, and builds hour‑aligned private download URLs with referer protection.

Actix-WebContent-Addressable StorageImage Upload
0 likes · 22 min read
How to Upload Images to Qiniu Cloud with Rust + Actix‑Web and Generate Signed Download URLs
Architecture Development Notes
Architecture Development Notes
Oct 6, 2024 · Backend Development

Build a High‑Performance Rust Media Server with Actix‑Web and Docker

This step‑by‑step tutorial shows how to create a low‑latency Rust and Actix‑Web media server, configure Docker, stream MP4 videos, and build a simple front‑end, enabling full control over media hosting and easy extensions such as authentication, database integration, transcoding, and CDN acceleration.

Actix-WebBackend DevelopmentDocker
0 likes · 6 min read
Build a High‑Performance Rust Media Server with Actix‑Web and Docker
21CTO
21CTO
Jun 13, 2023 · Backend Development

Which Rust Web Framework Wins in 2022? actix-web vs warp vs axum

This article compares three popular Rust web frameworks—actix-web, warp, and axum—by examining their versions, download counts, ecosystem metrics, performance considerations, and code examples for JSON handling, routing, middleware, and shared state, ultimately recommending the best fit for different project sizes.

Actix-WebAxumRust
0 likes · 15 min read
Which Rust Web Framework Wins in 2022? actix-web vs warp vs axum