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

Use WebSockets for Now Playing #10

Open
zachreizner opened this issue Apr 7, 2014 · 1 comment
Open

Use WebSockets for Now Playing #10

zachreizner opened this issue Apr 7, 2014 · 1 comment

Comments

@zachreizner
Copy link
Member

Combing the /v1/now_playing and /v1/queue endpoints into a new WebSocket based endpoint. This would significantly reduce HTTP overhead because of the more efficient transport. Also, only data that matters (like the queue or volume changing) would need to be sent server to client. This would eliminate the request loop on the frontend which is just retrieving redundant data most of the time.

@kevinwang
Copy link
Member

Issue number conflicts from merging two repos.

@kevinwang kevinwang reopened this Sep 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants