jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Django Channels #267

Closed 0nkery closed 7 years ago

0nkery commented 7 years ago

What do you think about adopting three-way data binding to recent Django Channels package? It would be really convenient.

django-websocket-redis does basically the same, but (you know) the installation and deploy not so easy. :(

jrief commented 7 years ago

This would be a great idea. Unfortunately, channels was not available at the time, so I started with the django-websocket-redis project. Now however, I'm some biased to it :)

But if you want to implement channels instead of ws4redis, please go ahead and create a PR. I currently have no time to implement and no need for it.