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

Refactor requests between nodes and add clientRooms method #146

Merged
merged 1 commit into from
Nov 28, 2016

Commits on Nov 20, 2016

  1. Refactor requests between nodes and add clientRooms method

    This PR refactors the way requests are sent between nodes. The `subJson`
    client has been removed, the subClient now listens to three channels by
    default:
    - the usual channel, where the message are broadcast
    - the request channel, where any node can request information (for now,
      the clients in a given rooms or the rooms for a given client)
    - the response channel, where a node will receive answer to its requests
    darrachequesne committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    787ed92 View commit details
    Browse the repository at this point in the history