django-socketio icon indicating copy to clipboard operation
django-socketio copied to clipboard

WebSockets for Django

Results 32 django-socketio issues
Sort by recently updated
recently updated
newest added

Hi I am wondering if this would be compatible with Django 3?

This caused an error both with installation and running

I keep getting this error when I install. Collecting django-socketio==0.3.9 Using cached django-socketio-0.3.9.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in...

I get this traceback when running `python manage.py runserver_socketio`: ``` $ python manage.py runserver_socketio Traceback (most recent call last): File "manage.py", line 21, in main() File "manage.py", line 17, in...

I am using django 2.0 and having trouble installing it using command. I've also tried installing manually by downloading it but still the error persists. Any Idea? See this [#111](https://github.com/stephenmcd/django-socketio/issues/111#issue-239710786)

A problem with python3 from . import views File "/home/spider/anaconda3/lib/python3.6/site-packages/django_socketio-0.3.9-py2.7.egg/django_socketio/views.py", line 57 except Exception, exception: so I know django_socket is not py3 project

Hi, Probably this is not the better place to make my question, but what is the better way to put the library in production mode? . Regards, Eduardo

The main github page says: > On UNIX-like systems, in order for the flashsocket transport fallback to work, root privileges (eg by running the above command with sudo) are required...

Up to now there is nothing about "apache" in the docs: https://readthedocs.org/search/project/?q=apache&selected_facets=project_exact%3Adjango-socketio Please add some information how it can be used with apache. Do you need to open a new...

Hi, I get an issues which can be really annoying when django-socketio server ran for a long time. Initially, socketIO reload when binded py files are modified because it's a...