Path to this page:
Subject: CVS commit: pkgsrc/www
From: Nia Alarie
Date: 2024-08-23 11:59:22
Message id: 20240823095922.AB9B6FC74@cvs.NetBSD.org
Log Message:
Import www/websockify
Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to
connect to any application/server/service.
At the most basic level, websockify just translates WebSockets traffic to
normal socket traffic. Websockify accepts the WebSockets handshake, parses
it, and then begins forwarding traffic between the client and the target in
both directions.
Files: