Quick Web Servers Link to heading
Quick and simple web server options
nghttp2 Link to heading
Good for quick HTTP/2
sudo apt-get install nghttp2
nghttpd -v -d ~/myserver 8080 key.pem cert.pem
Busybox httpd Link to heading
busybox httpd -f -p 8080
Links Link to heading
- [[golang-http-file-server|Golang HTTP File Server]]