Uvicorn: Django integration

Created on 14 Jun 2017  路  4Comments  路  Source: encode/uvicorn

Most helpful comment

The primary aim is to provide the basis for any Python asyncio framework. And yes, I'd like apistar to support that.

There's also a secondary aim of being used with existing WSGI frameworks, in order to support WebSocket functionality. One thing in particular that would be nice would be for uvicorn to be an alternative deployment option to daphne.

All 4 comments

Just to understand, is the idea that this will integrate into apistar to give it asgi/async functionality?

The primary aim is to provide the basis for any Python asyncio framework. And yes, I'd like apistar to support that.

There's also a secondary aim of being used with existing WSGI frameworks, in order to support WebSocket functionality. One thing in particular that would be nice would be for uvicorn to be an alternative deployment option to daphne.

See also https://github.com/encode/uvitools/issues/3 for a more standard channels deployment style. I'd expect that to land first.

Was this page helpful?
0 / 5 - 0 ratings