Tunnel TCP Connections via WebSockets


Summary of my bookmarked Github repositories from Apr 3rd, 2017

Github repositories

  • derhuerst/tcp-over-websockets

    tcp-over-websockets is a tool that allows you to tunnel TCP connections through WebSockets, enabling access to restricted content on networks that only allow HTTPS. It offers a tunneling client and server. The client can be executed using npx or installed globally using npm. By specifying the WebSocket server and the target address and port, you can establish a tunnel to access the desired content. The tool works similarly to SSH tunneling but operates over WebSockets. If you're interested in contributing or have any questions, bugs, or feature requests, you can visit the project's issues page.