|
|
|
|
|
by Towaway69
878 days ago
|
|
If you are interested in the Unix philosophy and doing Web stuff, then perhaps node red[0] might be something for you. It's a visual Unix pipes environment and has great support for all things Web. The advantage is constructing pipelines visually and not via the command line. Node-RED is NodeJs based which unfortunately might make it harder to integrate Go code but it does support executing command lines tools using an exec node. [0] https://nodered.org |
|