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

Websocket online user aggregation #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

1egoman
Copy link

@1egoman 1egoman commented Aug 15, 2018

Work in progress PR to add a live updating online user count to the slack invitation system for syracuse.io.

  • Connect to the rtm slack api with ConnectedUsers
  • When the number of online users changes,
    aggregate the total in the UserPresenceAgent and broadcast on the UserPresenceChannel.

@vormwald The backend portion of this is complete. All that's left is the javascript on the client to read the value from the channel and update the web page. If you don't get to it before next openhack, I'll probably finish it up then.

Connect to the rtm slack api with `ConnectedUsers`. When the number of online users changes,
aggregate the total in the `UserPresenceAgent` and broadcast on the `UserPresenceChannel`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant