You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How would you approach adding WebSocket tunnel support?
The text was updated successfully, but these errors were encountered: