nghttpx
server, proxy and client implementing HTTP/2
Install
- All systems
-
curl cmd.cat/nghttpx.sh
- Debian
-
apt-get install nghttp2
- Ubuntu
-
apt-get install nghttp2-proxy
- Alpine
-
apk add nghttp2
- Arch Linux
-
pacman -S nghttp2
- Kali Linux
-
apt-get install nghttp2-proxy
- Fedora
-
dnf install nghttp2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nghttp2-proxy
- OS X
-
brew install nghttp2
- Raspbian
-
apt-get install nghttp2
- Dockerfile
- dockerfile.run/nghttpx
- Docker
-
docker run cmd.cat/nghttpx nghttpx
powered by Commando
nghttp2
server, proxy and client implementing HTTP/2
This package will install a set of programs implementing the HTTP/2 protocol: a standalone server (nghttp2-server), a reverse proxy (nghttp2-proxy) and a client (nghttp2-client). It provides no files on its own and is not necessary for these programs to work.
nghttp2-proxy
reverse proxy implementing HTTP/2 protocol
This is a standalone server implementing the HTTP/2 protocol with HTTP/1.1 fallback for clients that do not support it. It can be used as a frontend in front of web servers that do not support HTTP/2.