Devd: a small, self-contained web daemon for developers
1–10 of 38 posts
Re: Devd: a small, self-contained web daemon for developers
#2python -m SimpleHTTPServer
Re: Devd: a small, self-contained web daemon for developers
#3What's wrong with Caddy [0]?
Re: Devd: a small, self-contained web daemon for developers
#4What's wrong with Caddy [0]? [0] https://caddyserver.com/
Searching Caddy's Github repo, 0 hits on 'livereload'. I usually do the python or ruby one-liner when I need a quick webserver, but if devd does dead simple LiveReload I might start using it just for that.
Re: Devd: a small, self-contained web daemon for developers
#5What's wrong with Caddy [0]? [0] https://caddyserver.com/
"It started as a weekend stress-relief hack "
"This isn't terribly surprising, since I wrote it to scratch my own idiosyncratic itch"
This is hacker news remember.
Re: Devd: a small, self-contained web daemon for developers
#6This is great! Love the name. With its reverse proxy it's instantly usable on my current project. The CLI option syntax is nifty.
Re: Devd: a small, self-contained web daemon for developers
#7This is cool! I've added it to scoop[0]
[0]: http://scoop.sh
Re: Devd: a small, self-contained web daemon for developers
#8python -m SimpleHTTPServer
live reload?
Re: Devd: a small, self-contained web daemon for developers
#9This is great! Love the name. With its reverse proxy it's instantly usable on my current project. The CLI option syntax is nifty.
Name is identical to FreeBSD's device node manager.
Re: Devd: a small, self-contained web daemon for developers
#10This is exactly what I've been looking for recently. Live reload is very nice, I'm excited to give this a shot.