2👍
After some research on this field. I decided to use swampdragon because as you said. Is built specifically for Django and provides classes for publishing your models automatically. Making some model to notify all users about its changes is really easy.
The problem about the socketio package is that is outdated, using old version of socketio. Last month someone commented about some work being done. Check #19.
Another package that may worth mention is django-websocket-redis. It has a working demo together with the django-angular package (from the same author).
But, as I said, I decided to use swampdragon because it is very easy to use it and because its work on integrating with django rest framework.
Hope it helps.
1👍
You can use django-omnibus. It uses SockJS which is really robust (perhaps more robust than SocketIO). It also works with older browser.
- [Django]-Force re-collectstatic with django static?
- [Django]-Django crispy form tab
- [Django]-Compile SASS/SCSS files on Heroku in Django app
- [Django]-Django: get current url path from actual current page
- [Django]-Change the location of models.py with south