Devd: A Super Simple HTTP Server

was looking for a httpd server that was simple and i stumble upon this one

./devd -o -a -P devd:devd .

  • -o opens url in browser
  • -a for all interfaces
  • -P auth user/pass
  • . serve files in same directory

https://github.com/cortesi/devd/releases