Hacker News new | ask | show | jobs
by callahad 3737 days ago
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.
1 comments

Ooh, that looks pretty nice. I was using Caddy to serve the current directory, but this seems even nicer.