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

WebSocket support #5

Open
thgh opened this issue Jul 14, 2023 · 1 comment · May be fixed by #6
Open

WebSocket support #5

thgh opened this issue Jul 14, 2023 · 1 comment · May be fixed by #6

Comments

@thgh
Copy link

thgh commented Jul 14, 2023

How would you approach adding WebSocket tunnel support?

@thgh thgh linked a pull request Jul 14, 2023 that will close this issue
@robbie-cahill
Copy link
Owner

Thats an interesting question. Tunnelmole kind of already works over websocket, the client makes a two-way websocket connection and thats how traffic gets routed from a server on the internet to something you have running locally. But it does not yet support websocket from the service to the client, which would essentially be websocket over websocket.

I use this library but purely as a library. I don't know the finer details of the websocket protocol, so i'd have to do some research on it to implement it myself. I would probably do it at some point but have been busy with other parts of the project.

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

Successfully merging a pull request may close this issue.

2 participants