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

socket.io support #28

Closed
NexusNull opened this issue Aug 15, 2021 · 3 comments
Closed

socket.io support #28

NexusNull opened this issue Aug 15, 2021 · 3 comments

Comments

@NexusNull
Copy link

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.

@emilianavt
Copy link
Owner

That does in fact sound interesting!

@NexusNull
Copy link
Author

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

@CousinZe
Copy link

CousinZe commented Nov 27, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants