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

Custom Server-Server Transport #818

Closed
englercj opened this issue Apr 6, 2012 · 2 comments
Closed

Custom Server-Server Transport #818

englercj opened this issue Apr 6, 2012 · 2 comments

Comments

@englercj
Copy link

englercj commented Apr 6, 2012

Hey guys,

We are using Socket.IO to communicate real-time statistics to connected browsers; however due to the architecture of a system we are building we want to allow both browsers and other nodejs servers to subscribe via Socket.IO for statistics. Would it be possible for me to create something like a custom transport for communicating via TCP to another Socket.IO server that had subscribed?

We want to continue to use Socket.IO's built in support for channels and subscriptions, but provide server-server via node.

Thanks for any suggestions!

@gubarez
Copy link

gubarez commented Apr 6, 2012

Hookio sounds like what you need... It is also based on Socket.io
checkout: https://github.com/hookio

@englercj englercj closed this as completed Apr 6, 2012
@englercj
Copy link
Author

englercj commented Apr 6, 2012

It looks like I could write a hook to do exactly what we want, thanks for your suggestion!

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

2 participants