(no title)
mands | 2 years ago
Currently using with the following,
- [SAQ](https://saq-py.readthedocs.io/en/latest/) for background workers
- [Nginx Unit](https://unit.nginx.org/) for deployment
- [Orval](https://orval.dev/) to generate FE definitions based on the API spec.
For non-API/SPA use-cases, there are Jinja and HTMX integrations. The docs (https://docs.litestar.dev/latest/) are solid - not quite Django-tier but that's the gold standard, however the reference example is too complex imo (https://github.com/litestar-org/litestar-fullstack).
https://github.com/litestar-org/awesome-litestar has a list of useful extensions - highly recommend trying it out if you are starting a new Python web project.
NeutralForest|2 years ago