21CTO
21CTO
Jul 23, 2024 · Backend Development

Choosing the Right Rust Web Framework: Actix, Rocket, Warp, Axum, and Poem

An overview of the five most popular Rust web frameworks—Actix Web, Rocket, Warp, Axum, and Poem—covers their core features, performance characteristics, routing mechanisms, middleware support, and example 'hello world' implementations, helping developers decide which framework best fits their project needs.

ActixAxumPoem
0 likes · 12 min read
Choosing the Right Rust Web Framework: Actix, Rocket, Warp, Axum, and Poem
21CTO
21CTO
Jun 13, 2024 · Backend Development

Top 5 Rust Web Frameworks: Actix, Rocket, Warp, Axum, and Poem Compared

This article introduces the five most popular Rust web frameworks—Actix Web, Rocket, Warp, Axum, and Poem—detailing their core features, typical use‑cases, and providing concise "hello world" code samples to help developers choose the right tool for their projects.

ActixAxumPoem
0 likes · 13 min read
Top 5 Rust Web Frameworks: Actix, Rocket, Warp, Axum, and Poem Compared
21CTO
21CTO
Jan 12, 2024 · Backend Development

Which Rust Web Framework Is Fastest? Benchmarking Actix, Axum, Rocket, and More

This article benchmarks several Rust web frameworks—including Actix, Axum, Rocket, Tide, Gotham, Nickel, Ntex, and Poem—using a simple "Hello World" test on a MacBook Pro, measuring request throughput, resource usage, and implementation difficulty across different concurrency levels.

ActixAxumPerformance
0 likes · 8 min read
Which Rust Web Framework Is Fastest? Benchmarking Actix, Axum, Rocket, and More
phodal
phodal
Sep 12, 2022 · Backend Development

How Feakin Builds Real‑Time Collaborative Editing with WebSockets, CRDTs, and Rust

This article analyzes Feakin's approach to online collaborative diagram editing, covering communication protocols, data formats, the trade‑offs between centralized OT and decentralized CRDT algorithms, and the Rust‑based server and client implementation using Actix, WebSocket, and WebAssembly.

ActixCRDTOT
0 likes · 13 min read
How Feakin Builds Real‑Time Collaborative Editing with WebSockets, CRDTs, and Rust