Y
Hacker News
new
|
ask
|
show
|
jobs
by
jakearmitage
1312 days ago
Maybe not with Actix, but certainly with axum:
https://github.com/tokio-rs/axum
Salvo is also great:
https://salvo.rs
2 comments
dymk
1312 days ago
Am I missing something or is the Slavo “book” two pages and ends in plaintext “hello world” being sent to the client with no demonstration of routing, middleware, static assets, database, or templates?
link
rascul
1312 days ago
Why wouldn't it be ready with Actix?
link