Live data from Hacker News

Ask HN: What's your rust web application stack you use in production today?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: What's your rust web application stack you use in production today?

#3
post #2

- Web: Axum - Data: SQLx (no ORM, just raw queries) - Production: Docker Zero to Production[1] covers some of the Rust web basics pretty thorougly 1. https://www.zero2prod.com/index.html?country_code=US

Same here, no difference.