Has anyone developed an open source SPDY proxy?
I cannot find it through Google, but I believe that Amazon Silk browser uses one?
I wrote SPDY reverse proxy called shrpx in C / C ++. It also serves as an SSL / SPDY proxy with squid as a server server.
The SPDY proxy was implemented in the pier:
https://groups.google.com/forum/?fromgroups#!topic/spdy-dev/and5OLY4AsI
We have completed the basic documentation that can be found here: http://www.eclipse.org/jetty/documentation/current/spdy-configuring-proxy.html
- SPDY HTTP SPDY , .
Jetty SPDY does not provide the SPDY proxy directly, but provides both the SPDY client and the functionality of the SPDY server — in Java — which are needed to build the proxy.
In the future, we can work with the SPDY proxy server.