I have a project in Django and i want to use django channels for support websockets in my project, but i have a problem with IIS configuration. Could somebody helps me with configuration daphne in IIS or configuration IIS to support channels and daphne. Has somebody any expierence in it? And maybe somebody knows some ways to deploy django+channels on IIS with or without daphne?
Sorry for my bad english.
--
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...@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/9364bca2-2a03-4ae7-b93b-ff105ff34d31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFwN1urM2A4HBhPzbG4_Tgs_DKzab39-Pz_jzWa981AGfC0cYg%40mail.gmail.com.
There exists 3rd party ASGI handler for IIS: https://github.com/mjkillough/iis-asgi-handler/It also requires at least IIS 8 and websocket protocol installed. More details at https://www.iis.net/learn/get-started/whats-new-in-iis-8/iis-80-websocket-protocol-supportNote, you need to build that handler yourself, which then requires another set of tools, visual studio 2015 and CMake 2.8+Also note that there is not much of installation instructions or how to build package that you can just install to your server without installing all the development tools there.I really suggest that you try to find some *nix platform to run required parts, it's just plain simpler and more documented than IIS.
On Wed, Jan 25, 2017 at 7:25 PM, Andrew Godwin <and...@aeracode.org> wrote:
Hi,I am afraid I don't have experience using IIS - I don't know if it even supports HTTP/1.1 proxying, which is needed for WebSockets. Hopefully someone else can help.Andrew
On Wed, Jan 25, 2017 at 6:35 AM, Алексей Кузуб <roni...@gmail.com> wrote:
I have a project in Django and i want to use django channels for support websockets in my project, but i have a problem with IIS configuration. Could somebody helps me with configuration daphne in IIS or configuration IIS to support channels and daphne. Has somebody any expierence in it? And maybe somebody knows some ways to deploy django+channels on IIS with or without daphne?
Sorry for my bad english.
--
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...@googlegroups.com.
To post to this group, send email to django...@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/9364bca2-2a03-4ae7-b93b-ff105ff34d31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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...@googlegroups.com.
To post to this group, send email to django...@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/CAFwN1urM2A4HBhPzbG4_Tgs_DKzab39-Pz_jzWa981AGfC0cYg%40mail.gmail.com.
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...@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/636597f8-5b05-403a-b118-e5e84a841b19%40googlegroups.com.
For more info look at the Daphne GitHub repo https://github.com/django/daphne/
But I would suggest run Nginx in front of the Daphne which will handle SSL.
Hi,
Most probably accesses to ports below 1024 requires that you
start daphne from administrator elevated prompt.
--
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...@googlegroups.com.
To post to this group, send email to django...@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/4d9a0247-c5d0-4733-980f-dd991d871719%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Jani Tiainen
--
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...@googlegroups.com.
To post to this group, send email to django...@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/55a342a9-e2b8-4fa2-aa9a-7105c946e129%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAaBvNy5GZer1pG6tuTRqB4BF4aPOyp20mSNmEOFLVnOWA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
It looks like I found my key I had to install the application module CGI then use this library to get everything to work!
No you haven’t missed anything I spoke too soon. I was able to get the regular site running using fastcgi. I hope to revisit this once the regular site is in production. It’s too bad we are on Windows server R2
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/O-VoFGoQHbs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@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/a7381016-2d75-47a5-b89a-4bfa95bbe12e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.