Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change base server to Starlette #1022

Open
bloodbare opened this issue Oct 22, 2020 · 1 comment
Open

Change base server to Starlette #1022

bloodbare opened this issue Oct 22, 2020 · 1 comment
Labels
enhancement GIP Guillotina Improvement Proposal wip
Milestone

Comments

@bloodbare
Copy link
Member

bloodbare commented Oct 22, 2020

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 bloodbare added this to the G7 milestone Oct 22, 2020
@bloodbare bloodbare added the GIP Guillotina Improvement Proposal label Oct 22, 2020
@bloodbare
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement GIP Guillotina Improvement Proposal wip
Projects
None yet
Development

No branches or pull requests

1 participant