1

I have setup an example project for django-socketio from https://github.com/stephenmcd/django-socketio. My project is running at port 8001 and socketio server is running at port 8002. But its showing a KeyError for 'socketio' in below section:

At django_socketio/views.py:

 socket = SocketIOChannelProxy(request.environ["socketio"]) 
Akhil Sundar
  • 1,267
  • 5
  • 18
  • 32
  • What's your django version? – yuvi Dec 17 '13 at 11:36
  • @yuvi: I am using Django 1.5.5 – Akhil Sundar Dec 18 '13 at 06:45
  • @yuvi: I had tried it with Django 1.4 but still the problem exists. – Akhil Sundar Dec 18 '13 at 08:27
  • Yeah I deleted that comment. Sorry, I realized it probably doesn't matter in this case... – yuvi Dec 18 '13 at 08:34
  • Yeah it doesnt matter. So whether there exists any alternatives to make a django app with realtime features ? – Akhil Sundar Dec 18 '13 at 09:47
  • You're talking about [comet](http://en.wikipedia.org/wiki/Comet_(programming)), and you're [hardly](http://stackoverflow.com/questions/4310706/django-comet-push-least-of-all-evils) [the first](http://stackoverflow.com/questions/7730841/django-and-comet) [asking](http://stackoverflow.com/questions/3117788/comet-framework-for-django?rq=1) [about it](http://stackoverflow.com/questions/2698909/django-web-server-chat/2700700#2700700) – yuvi Dec 18 '13 at 10:08

0 Answers0