OpenSeeFace icon indicating copy to clipboard operation
OpenSeeFace copied to clipboard

socket.io support

Open NexusNull opened this issue 2 years ago • 2 comments

I would like to serve the tracking data using a socket.io server so that it's easy to access the data from a browser. I'm already working an a prototype but I would like to know if that is something that you would be interested in. If you are, I'd give it the appropriate polish and make a pull request.

NexusNull avatar Aug 15 '21 07:08 NexusNull

That does in fact sound interesting!

emilianavt avatar Aug 15 '21 10:08 emilianavt

Alright, I'm a bit busy now but i'll get it out as soon as possible.

NexusNull avatar Aug 16 '21 18:08 NexusNull

It's almost 3202 now. According to my personal experience, socket.io clients, despite the JavaScript version, are either of poor quality or only supports very specific version of socket.io protocol. IMHO since websocket is now widely supported by both browsers and middlewares, such "custom" protocols should be deprecated. Adding support for such a protocol may only introduce wasted effort, as supporting Websockets will be good enough.

CousinZe avatar Nov 27 '22 12:11 CousinZe