|
|
|
|
|
by candrewlee14
1262 days ago
|
|
I am a big fan of Rust… but I don’t understand how this type of framework would be a better choice than something in the JS/TS realm: Svelte, Solid, React, Vue, Angular, etc. I’m not calling those frameworks ideal, but it seems like working in the native lang of the web in a more mature ecosystem would be a better choice for almost anything. Is this a proof-of-concept framework, is anyone using this in production? When would it make sense to pick this over the alternatives? |
|
That said, personally I'd prefer Axum over Actix since I am... uncomfortable with its concurrency model (Actix uses a single-threaded Tokio runtime per core, while Axum uses a single multi-threaded Tokio runtime, allowing request handlers to be migrated between cores as needed).