Bug 1885580 - Add a MenuGroup component for the menu redesign r=android-reviewers,007
[gecko.git] / remote / server / README
blob00184130d33ac45e453eb6f3f03460411b3bdb18
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.
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.