I've been scouring the internet for some sort of support for this and I cant seem to find much so I have to start a question.
I have a project where I am to display the track title, artists name, and other basic song information, on a separate physical display, much like those LED signs you'll see at stores. In order for me to do this, I have to open some sort of pipeline from the spotify app (the app i'm going to create) to a serial port on the clients computer that eventually makes its way to the display.
Spotify apps run on basic web design languages (Javascript, HTML, CSS) so I figure I could use something like socket.io, although that seems to be more for a browser rather than a general javascript using application. So is there a way for me to open a pipeline from a server to a client using basic javascript that would be able to interact with spotify and a client?
I apologize for the abstractness of this question, but I feel like I've explained it well enough