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

Site-wide WebSocket implementation #88

Open
JeDaYoshi opened this issue Feb 11, 2020 · 1 comment
Open

Site-wide WebSocket implementation #88

JeDaYoshi opened this issue Feb 11, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@JeDaYoshi
Copy link
Member

This would help to have state correctly synced (whenver users are in rooms or not), properly update profiles in case of a refresh across all clients.

Taken a bit from crybapp/web#6.

@Soliel
Copy link
Contributor

Soliel commented Feb 11, 2020

Personally, I think API should actually be split into a couple more microservices. having a single persistent websocket means we're tracking more sessions than necessary. We also should look into solidifying the service boundaries and tracking down what data comes from where and when.

@JeDaYoshi JeDaYoshi transferred this issue from crybapp/web May 8, 2020
@JeDaYoshi JeDaYoshi added enhancement New feature or request help wanted Extra attention is needed labels May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants