Friday, May 24, 2019

Re: Django channels on IIS

On Thu, 2019-05-23 at 22:17 -0700, Daniel Butler wrote:
It looks like I found my key I had to install the application module CGI then use this library to get everything to work! 


Does that support websockets? 

IIS itself seems to ( https://docs.microsoft.com/en-us/iis/get-started/whats-new-in-iis-8/iis-80-websocket-protocol-support ) , but I don't the factcgi ->wsgi adaptor does.

I've used it for non-channels projects, but didn't think it would support websockets; and channels - for a start it's WSGI not ASGI.

Or have I missed something.

No comments:

Post a Comment