issues
search
hhstore
/
blog
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
294
stars
24
forks
source link
Rust: Web Framework - Actix Web
#372
Open
hhstore
opened
2 years ago
hhstore
commented
2 years ago
related:
[x] #370
[x] #371
[x] #347
[x] #364
hhstore
commented
2 years ago
Actix Web:
https://www.arewewebyet.org/
https://www.arewewebyet.org/topics/frameworks/
搜索:
https://github.com/topics/actix-web
https://crates.io/search?page=1&per_page=10&q=actix-web
官方:
https://github.com/actix/actix-web
https://actix.rs/
docs:
https://actix.rs/docs/getting-started/
ref:
https://www.v2ex.com/t/770421
https://github.com/flosse/rust-web-framework-comparison
https://www.reddit.com/r/rust/comments/macf2u/rocket_or_actix_web_in_2021/
https://youtu.be/GAxxn_oGA0Y
参考:
https://books.innohub.top/rustinfo/info/actix-web-base
性能测试对比数据:
https://www.techempower.com/benchmarks/
hhstore
commented
2 years ago
Actix-Web 实践项目:
https://github.com/Kilerd/rubble
国人, 对 actix 了解比较多的. 可以参考一些常用包的使用.
⭐⭐⭐⭐
参考:
https://github.com/steadylearner/Rust-Full-Stack
hhstore
commented
2 years ago
Actix Web 文档:
核心概念: state
https://actix.rs/docs/application/
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
hhstore
commented
2 years ago
1
related: