Busybox web server

2019-04-16 - How to serve static files from only busybox
Tags: linux toolbox

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 :

busybox httpd -vfp 80