Tuesday, August 14, 2018

New Uvicorn release. (Alternative to Daphne for Django Channels)

Hi folks,

I've been putting a lot of work into Uvicorn lately.
It's an ASGI server, similar to Daphne, and can be used as the server to run Django channels (amongst other things).

https://www.uvicorn.org/

It's got lots of nice behavior around resource limiting, graceful restarts, support for pypy and windows, fast uvloop/httptools or wsproto/wsaccel options for cpython, etc...

I think we're getting towards the point that it might be worth adding alternate servers to the official Django channels documentation,
but I'd like to get a bit more feedback from folks using the server for channels, on if there are any integration issues that I'm not aware of.

(I expect that most folks using uvicorn at the moment are using it with API Star, rather than channels.)

There's also another ASGI webserver, Hypercorn...

https://github.com/pgjones/hypercorn

I'd also be keen to get any feedback from folks running django channels with either `uvicorn` or `hypercorn`.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/3f02a37b-3d18-44d7-b70a-a63c73427ba9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment