Skip to content

Simple and Secure HTTP2 proxy server and client.

License

Notifications You must be signed in to change notification settings

5l1v3r1/simple-h2-proxy

 
 

Repository files navigation

simple-h2-proxy

A NodeJS Implementation of HTTP2 proxy server. Feature

  • HTTP2 proxy
  • TLS Authentication

As its name implies, it is simple.

Development & Installation

git clone https://github.com/markhuang1212/simple-h2-proxy
cd simple-h2-proxy

# Typescript -> Javascript
yarn run build

# Put the necessary file to the following place
touch /etc/h2-proxy/cert.pem
touch /etc/h2-proxy/key.pem
touch /etc/h2-proxy/ca.pem

About

Simple and Secure HTTP2 proxy server and client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • TypeScript 3.1%
  • Other 0.4%