Skip to content

Add uvicorn#1416

Closed
kelvins wants to merge 1 commit intovinta:masterfrom
kelvins:patch-8
Closed

Add uvicorn#1416
kelvins wants to merge 1 commit intovinta:masterfrom
kelvins:patch-8

Conversation

@kelvins
Copy link
Contributor

@kelvins kelvins commented Oct 29, 2019

What is this Python project?

Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools.

Until recently Python has lacked a minimal low-level server/application interface for asyncio frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all asyncio frameworks.

https://github.com/encode/uvicorn

What's the difference between this Python project and similar ones?

  • Has great documentation.
  • Has a great community support.
  • It is fast.

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@kelvins kelvins changed the title Add uvicorn to ASGI Servers Add uvicorn Oct 29, 2019
@stale stale bot added the stale label Nov 28, 2019
@stale stale bot closed this Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant