|
|
|
|
|
by winrid
2211 days ago
|
|
I personally love building CLI tools in Node, since I and my co-workers all have it installed. Nice synchronous STD lib for file manipulation and async/await makes for compact async code. If I worked in a Go shop I'd probably use Go, though. |
|
also portability quite sucks. if you use features that my node version doesn't support, i screwed.
with go (or C, Rust...), I just compile and distribute the binaries. look for instance how easy it is to install nomad.