SPDY support
Status: Inactive
Brought to you by:
grro
I'm designing a solution, in which the browser establishes multiple WebSocket connections to the xLightWeb server.
The traffic is low, but the number of connections is big.
It would be nice if xLightWeb supported SPDY transport.
In this case, multiple WebSockets would run over a single connection.
That would significantly reduce the amoun of resources used by the server, if the client supports SPDY (e.g. Chrome)