|
|
|
|
|
by Cthulhu_
2213 days ago
|
|
Node is nice, but maybe a bit verbose and the CLI utilities are a bit low-level. The main downside to Node is that you need an external runtime to run your applications. But I guess the counter-downside to Go is that you need to compile different versions for different platforms; the binaries are not portable. |
|
Maybe not, but Go has excellent support for cross-compilation. You can still support users on multiple platforms while only developing and building on one.