A Node-RED-like visual workflow editor with a Python backend. Create workflows by connecting Python nodes that process and route messages. The setup scripts will create a virtual environment, detect ...
var pynode = require('pynode'); pynode.exec(filename, arguments) .then(function(data){ data = JSON.parse(data); console.log(data); }) .catch(function(err){ console ...