Skip to content

A quic-http reverseproxy based on chrome quic network stack

Notifications You must be signed in to change notification settings

xxq1125/quic-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quic-proxy

quic-proxy is a quic-http reverseproxy based on proto-quic which is standalone library for QUIC.

Currently, the only supported platform is Linux (and the only tested version is Google's Ubuntu clone).

Building on Linux

  1. Clone this repository:

    git clone https://github.com/google/proto-quic.git
    cd proto-quic
    export PROTO_QUIC_ROOT=`pwd`/src
    export PATH=$PATH:`pwd`/depot_tools
    ./proto_quic_tools/sync.sh
    
  2. If you're building for the first time, install dependencies:

    ./src/build/install-build-deps.sh
    
  3. Build the QUIC client, server, and tests:

    cd src
    gn gen out/Default && ninja -C out/Default epoll_quic_client epoll_quic_server
    

About

A quic-http reverseproxy based on chrome quic network stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.4%
  • Python 26.2%
  • HTML 3.8%
  • Java 1.9%
  • JavaScript 1.3%
  • Shell 0.6%
  • Other 1.8%