Right now I am doing client pull /api/pull but I might add websockets for real-time notifications in the future.
This will be cool because I can do send "skip", "cancel", or "playback finished" to the server with low latency.
And I wont have to frequent poll my server.
Right now I am doing client pull
/api/pullbut I might add websockets for real-time notifications in the future.This will be cool because I can do send "skip", "cancel", or "playback finished" to the server with low latency.
And I wont have to frequent poll my server.