Hacker News new | ask | show | jobs
by dunnock 2103 days ago
tickets marketplace and digital goods e-commerce. Reliability and scalability is a key for us, we have lots of business logic and rust is super handy during refactorings. Actix has mature eco-system, hence our choice, also we leverage actors model quite intensively for scalability and logic decoupling.
1 comments

I would love to learn more about what crates you use and how you manage infra. Do you blog about it by any chance?
Sure, sorry for late response, but ticketing one is opensource: https://github.com/bigneon/bn-api . Digital Assets is closed source but it's heavily using actors in addition to that and also using tokio-postgres instead of diesel.