www/content/blog/commands/busybox-web-server.md

385 B

title date description tags
Busybox web server 2019-04-16 How to serve static files from only busybox
linux
simple utilities

The command

If you have been using things like python -m SimpleHTTPServer to serve static files in a pinch, here is something even more simple and lightweight to use :

{{< highlight sh >}} busybox httpd -vfp 80 {{< /highlight >}}