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

Add Sanic to readme #10

Merged
merged 2 commits into from
Sep 29, 2019
Merged

Conversation

mmaybeno
Copy link
Contributor

I feel there are plenty more frameworks that are not on this list yet. Sanic is one I know for sure. :)

Checklist

  • This project is explicitly related to ASGI.
  • The new list entry contains project name, URL and description.

What is this project?

Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy. Supports HTTP and WebSockets.

Do you know about other similar projects?

Yes

If so, how is this one different?

This one is different specifically as it is not by the encode team

Anyone who agrees with this pull request can add a 👍.

I feel there are plenty more frameworks that are not on this list yet. Sanic is one I know for sure. :)
Copy link
Owner

@florimondmanca florimondmanca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me! I wasn't aware Sanic supported ASGI 3 when I wrote down the first list of ASGI web frameworks. Thanks. :)

README.md Show resolved Hide resolved
@mmaybeno
Copy link
Contributor Author

Yep not sure when they added it but glad they did :)

@florimondmanca florimondmanca merged commit 3412c6f into florimondmanca:master Sep 29, 2019
@florimondmanca
Copy link
Owner

Thank you 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants