plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Change base server to Starlette #1022

Open bloodbare opened 3 years ago

bloodbare commented 3 years ago

Change the base of Guillotina to be Starlette.

Right now we use basic uvicorn http server and we provide ASGI on top of it.

My proposal is to provide a RouteMatcher for Starlette and use the request object of Startlette.

We can remove then static file serving.

bloodbare commented 3 years ago

We will document how to run Guillotina with starlette / Fastapi instead of changing base code