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

Communicate important network events to user #80

Open
4 tasks
rupl opened this issue May 16, 2016 · 0 comments
Open
4 tasks

Communicate important network events to user #80

rupl opened this issue May 16, 2016 · 0 comments

Comments

@rupl
Copy link
Owner

rupl commented May 16, 2016

Using the tools built in to Socket.io we can offer notifications when the connection is lost or regained, and using the events we already have inside bustashape, they can be notified when others join/leave.

  • when connection is lost or timed out
  • when connection is restored
  • when someone joins your room
  • when someone leaves your room

Once these events are handled in the codebase, we can perform other smart actions like #79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant