WebSockets would be the best way to achieve this, where the buddies would connect to an overarching

WebSockets would be the best way to achieve this, where the buddies would connect to an overarching instance that lisens for updates, and then pushes updates only to subscribed users. Look up using the topic parameter when accepting a hibernated Websocket, then using getWebSockets(topic) to get required buddies
Was this page helpful?