| ▲ | andrewstuart 6 hours ago | ||||||||||||||||||||||
Setting aside this issue, Starlette is a really great web server. If you do async python I strongly recommend it. FastAPI is built on Starlette - to be honest I don’t see the point of the extra baggage - just use Starlette. | |||||||||||||||||||||||
| ▲ | 0123456789ABCDE 5 hours ago | parent [-] | ||||||||||||||||||||||
fastAPI will give you `/openapi.json`, `/docs` with no extra effort function name becomes a human readable summary, string docs the description edit: bottle.py and fastapi are the most significant contributions to web frameworks in python — decorators for path handlers, typed input/output, automatic docs | |||||||||||||||||||||||
| |||||||||||||||||||||||