novnc / websockify

Websockify is a WebSocket to TCP proxy/bridge. This allows a browser to connect to any application/server/service.
GNU Lesser General Public License v3.0
3.93k stars 776 forks source link

Connect WebSocket with Python's http.server classes #540

Closed CendioOssman closed 1 year ago

CendioOssman commented 1 year ago

Let's try to hook the low level WebSocket object up to the http.server framework when possible, as it makes it easier to override things, and gives us some extra functionality.