wavy / wavyfm-docs

wavy.fm developer documentation
https://wavy.fm/developers
Other
7 stars 1 forks source link

Websocket connection to get currently playing #17

Open aramperes opened 3 years ago

aramperes commented 3 years ago

Use-Case Description

A websocket API for getting live updates on what user(s) is/are listening to. This will help limiting polling to the API / rate-limiting issues.

Semantics

To prevent dead connections, we'll likely impose a limit on how many websocket connections a client ID or user can make.

Should support multiple users in the same websocket connection (with a reasonable limit on user count).