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

Websockets #102

Open
BrennanAyers opened this issue Sep 23, 2019 · 0 comments
Open

Websockets #102

BrennanAyers opened this issue Sep 23, 2019 · 0 comments
Labels
epic This ticket holds information that reference multiple stories

Comments

@BrennanAyers
Copy link
Owner

We need to implement Websockets into the application to facilitate quick and easy communication between players, instead of our current long-polling technique.

  • We will use ActionCable, as it is practically built into Rails
  • We will need to link with Frontend to see how it works in React/Redux
  • One channel for public information (Game State)
  • One channel for each player for private info (Player State)
@BrennanAyers BrennanAyers added the epic This ticket holds information that reference multiple stories label Sep 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic This ticket holds information that reference multiple stories
Projects
None yet
Development

No branches or pull requests

1 participant