Open Source SPDY Proxy Open Source

Has anyone developed an open source SPDY proxy?

I cannot find it through Google, but I believe that Amazon Silk browser uses one?

+5
source share
3 answers

I wrote SPDY reverse proxy called shrpx in C / C ++. It also serves as an SSL / SPDY proxy with squid as a server server.

+8
source

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 , .

+5

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.

+2
source

All Articles