|
|
|
|
|
by ashark
3911 days ago
|
|
It's handy to have a program, easily compiled for multiple platforms, that can be told to simply serve a given directory, with optional HTTPS support, and no config files or dependencies—just cross-compile to the target arch/OS, scp it over, and run. Without, you know, having to write it, even if Go's libraries make it fairly easy to do so. My go-to (haha) for this is Goserve[1]. I'm not sure why I'd switch to this, except that it may now have more eyes on it after today's publicity (it's already got more stars than Goserve—a little advertising goes a long way) [1] https://github.com/johnsto/goserve |
|