#Want to make a web app with Rust and TS. Any advices with what framework to choose & why?
10 messages · Page 1 of 1 (latest)
@nimble pilot My apologies, but that doesn't answer the choice of the framework nor whether TS and any rust frameworks are compatible. Could you elaborate?
TS and any rust frameworks are compatible
A Rust server would provide an HTTP API so all would be compatible.
And the second link shows the most popular frameworks for you to assess.
I'm the maintainer of Actix Web so I'd be biased in recommending it.
all I know is that axum and actix-web are the most recommended rust web frameworks
So it's a choice between axum and actix-web I suppose? Which is more beginner friendly if I may ask?