-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Switch data loading rt system to websocket based #36
Comments
Perhaps the user can update its list of chateaus and the backend can hold the state? |
Engineering a system similar to discord's using pub sub would work fairly well. Don't load new data if it doesn't exist. |
A major problem I'm facing is how to standardise encoding and decoding. |
Websocket doesn't compress or decompress for you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://discord.com/blog/how-discord-scaled-elixir-to-5-000-000-concurrent-users
The text was updated successfully, but these errors were encountered: