jazzband / django-ddp

Django/PostgreSQL implementation of the Meteor server.
MIT License
167 stars 29 forks source link

Django Channels #50

Closed freakypie closed 8 years ago

freakypie commented 8 years ago

As Django Channels is slated to be a part of django in an upcoming release, would you consider adding support for it in django-ddp?

tysonclugg commented 8 years ago

I don't have plans to convert this project, since the differences between asyncio and gevent are substantial. It is likely that the different django-ddp subsystems (pub-sub, async notifications, DDP API endpoints, etc) can be broken out into separate projects using Channels with much narrower scope. I'm currently working with the author of Channels to see if it's possible to include pub-sub into channels itself.

jpic commented 5 years ago

Hi ! Has there been any follow up or is making a version of ddp that supports channel2 still a relevant / forward-compatible track to follow ?