Websockify to wrap a forking server
- by Gurjeet Singh
I came across Websockify [1] and the accompanying Websock client-side javascript library.
AIUI from the Wrap a Programsection in README, Websockify can help you launch a TCP server and rebind its port so that incoming Websockets-based communication is parsed and forwarded to the server on the proper (rebinded) port.
My question is, can this…