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

Subscribe to rooms #45

Open
frcroth opened this issue Apr 4, 2021 · 0 comments
Open

Subscribe to rooms #45

frcroth opened this issue Apr 4, 2021 · 0 comments
Labels
L Large Size server Issues in the server

Comments

@frcroth
Copy link
Contributor

frcroth commented Apr 4, 2021

I don't know how exactly it should work, but I believe the server should have a database for room_subscribtions with:

  • room id
  • subscription id
  • some socket or IP to send messages to

When ever a message is created or updated in a room (or the room itself), everyone subscribed to the room should be updated with a message. The format of this message is to be decided.

@frcroth frcroth added server Issues in the server L Large Size labels Apr 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L Large Size server Issues in the server
Projects
None yet
Development

No branches or pull requests

1 participant