-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
Starlette's scope #3
Comments
The set of stuff that it makes sense to provide for here is ~anything that is composable. Would be in scope:
Would not be in scope:
Think along similar lines to werkzeug for scope. |
Okay, so there's a bit of an case-in-point in #5 It adds a router, but doesn't include anything like Django's "reverse()". Instead, I think it should stick with simple, composible units, that make it easy to glue things together, and that also serve as a reference point for how to build more fully featured equivalents. |
Ah yes, that clears things up nicely. Thanks. |
I am very interested in contributing to some common middleware for ASGI, and this seems like it is the perfect place to do that, however I have a few questions about how much Starlette is aiming to achieve:
How much functionality will this project implement?
How much functionality does it intend to leave up to particular frameworks?
Will it potentially become a more traditional framework itself, or is the intention to remain a small library?
The text was updated successfully, but these errors were encountered: