Hacker News new | ask | show | jobs
by tlrobinson 3738 days ago
Neat, I like that when started with no arguments/config it just serves the files in the current directory, but then you can customize it from there.

I have "alias webserver='python -m SimpleHTTPServer'" in my shell config, but I think I'll switch to Caddy.

1 comments

For local development, consider looking into devd (https://github.com/cortesi/devd). It's a single binary that supports things like livereload, network throttling, routing, and reverse proxying.
Ooh, that looks pretty nice. I was using Caddy to serve the current directory, but this seems even nicer.