nghttpd
server, proxy and client implementing HTTP/2
Install
- All systems
-
curl cmd.cat/nghttpd.sh
- Debian
-
apt-get install nghttp2 - Ubuntu
-
apt-get install nghttp2-server -
Alpine
-
apk add nghttp2 - Arch Linux
-
pacman -S nghttp2 - Kali Linux
-
apt-get install nghttp2-server - Fedora
-
dnf install nghttp2 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install nghttp2-server - OS X
-
brew install nghttp2 - Raspbian
-
apt-get install nghttp2 - Docker
-
docker run cmd.cat/nghttpd nghttpdpowered 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-server
server 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 to serve files from a local directory.