Rust web框架比选

原子-Rust web框架推荐

https://github.com/rustaceanclub/rust-slides/tree/master/20191207-westar

https://www.arewewebyet.org/





波波微课-Rust中的主流Web开发框架

1、Meet Rocket
2、actix-web
3、warp
4、tide
5、gotham

https://www.arewewebyet.org/




[Rust微服务]Rust的web框架比较Axum、Rocket、actix-web

主要介绍了3个: axum,actix-web,rocket

axum是tokio下面的。up主最看好这个

还提到了tower


actor模型和普通的并发不太一样…用actor和actor通信,来实现并发(基于消息)


该up主还有一个视频,对比Rust和Go额一些框架

[Rust vs Go]web框架性能比较:Go原生 vs Go fiber vs Rust axum

文章目录