README (426B)
1 These files provide functionality for serving and responding to HTTP 2 requests, and handling WebSocket connections. For this we rely on 3 httpd.js and the chrome-only WebSocket.createServerWebSocket function. 4 5 Generally speaking, this is all held together with a piece of string. 6 It is a known problem that we do not have a high-quality HTTPD 7 implementation in central, and we’d like to move away from using 8 any of this code.