Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve websocket communication with Centrifugo #83

Open
Evanaellio opened this issue Aug 21, 2022 · 0 comments
Open

Improve websocket communication with Centrifugo #83

Evanaellio opened this issue Aug 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Evanaellio
Copy link
Owner

Currently, websocket synchronization is done using Django Channels.
While this is currently working, the only supported protocol is websockets, which can be hard to use when working with mobile devices (websockets will disconnect if the phone's screen turns off).

Instead of Django Channels, it might be interesting to study a migration to Centrifugo, which supports more protocols, including ones that can potentially work when the phone screen is turned off (yet to be ttested).

This could come in handy to be able to implement #40

Useful resource : https://centrifugal.dev/blog/2021/11/04/integrating-with-django-building-chat-application

@Evanaellio Evanaellio added the enhancement New feature or request label Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant