-
-
Notifications
You must be signed in to change notification settings - Fork 743
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
Docs refresh #1365
Docs refresh #1365
Conversation
tomchristie
commented
Feb 7, 2022
- Push back on "performance". A bit silly really. Was important at one point in order to demonstrate that the ASGI approach was not any worse than tightly integrated alternatives. But we've established that point now.
- Drop "Support for HTTP/2 is planned".
- Add "Why ASGI" section to better provide the rationale for the ASGI ecosystem.
- Include "Alternative ASGI servers" on the README (as well as the existing section on the homepage.)
- Drop "Designed & built in Brighton, England." - I think there's some validity to design approaches that have a strong initial author voice, because it helps establish a clear direction and design intent, but it's also diminishing to the vast number of folks who've worked on it over the years, and the multitude of contributions of all different kinds that make it possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an extra file added docs/.DS_Store
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes complete sense. 👍
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
Thanks folks! Comments addressed. |