Questions tagged [django-socketio]

Django-socketio is a package that allows for Websocket integration with Django using gevent and Socket.IO.

18 questions
0
votes
0 answers

Running uwsgi gives FAILED to start flash policy server: [Errno 13] Permission denied: ('0.0.0.0', 843) error

I am trying to setup my django project with uwsgi and nginx on EC2. I have already had my uwsgi.ini file in place. However, when I ran: sudo uwsgi --ini uwsgi.ini I got the following Error: FAILED to start flash policy server: [Errno 13] Permission…
user2002692
  • 971
  • 2
  • 17
  • 34
0
votes
1 answer

objective-c SocketIO client cannot connect to gevent-socketIO server

I am using object-c socketio(https://github.com/pkyeck/socket.IO-objc) to connect to my gevent-socketIO server, which works fine with my webpage. CLIENT [self.socketIO connectToHost:SOCKET_URL onPort:SOCKET_PORT]; SERVER def socketio(request): …
0
votes
1 answer

How to use django_socketio on a django project

I'd like to use real-time application on my website on django, I installed django_socketio, but I don't found a tutorial witch talk about how can I use it. Have you an idea how can I do this?
mdlx
  • 125
  • 1
  • 10
1
2