SPDY - without TLS?
I'm trying to implement SPDY (with Node.js) for use on a high latency connection. Now SPDY uses TLS encryption and this would increase the packet length - something I'm trying to avoid. Is there such thing as a SPDY implementation without the TLS encryption? Many thanks in advance, SPDY's framing layer does not need to run over TLS, but for deployment reasons, it almost always does. It's hard to reliably deploy without running encrypted over port 443, because of intermediaries. Note the SPDY whitepaper says: "To make SSL the underlying transport protocol, for better security and compatibility