logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Start darkhttpd Server - Serve Files Simply | Online Free DevTools by Hexmos

Serve files simply with darkhttpd. Quickly start a web server and share your documents and resources. Free online tool, no registration required.

darkhttpd

Darkhttpd web server. More information: https://github.com/emikulic/darkhttpd#how-to-run-darkhttpd.

  • Start server serving the specified document root:

darkhttpd {{path/to/docroot}}

  • Start server on specified port (port 8080 by default if running as non-root user):

darkhttpd {{path/to/docroot}} --port {{port}}

  • Listen only on specified IP address (by default, the server listens on all interfaces):

darkhttpd {{path/to/docroot}} --addr {{ip_address}}

See Also