I'm trying to make a live graph of the Bitstamp exchange in my browser, and am currently doing it with HTTP requests.
On this forum,
I read that they have a (public?) websocket API.
Does anyone know if there's any more information to be found about their websocket?
I'm new to socket.io, but with a bit more of information I would be on the way again.
I know how to parse the information in JS, so connecting is my only problem.
If anyone manages to make me get connected with their websocket API, I'll make it open source!

Thanks!