What does HackerNews think of starlette?
The little ASGI framework that shines. 🌟
It was created by the same guy who wrote the excellent & highly popular Django-Rest-Framework. Very lightweight, clean, well-documented, and a breeze to get running with. It also supports async tasks natively.
I spent years working with Django and now I'm currently using it to power the api for https://sqwok.im.
https://github.com/tiangolo/fastapi
or Fastapi for that matter - https://github.com/encode/starlette
However, it is a bit tricky to run Bottle with production grade servers like gunicorn/uwsgi.
Tom Christie has been quietly building what's starting to look like an async first decoupled version of django:
- https://github.com/encode/starlette
- https://github.com/encode/orm
- https://github.com/encode/typesystem
- https://github.com/encode/databases