msgflo
Version:
Polyglot FBP runtime based on message queues
14 lines (13 loc) • 333 B
JSON
{
"msgflo": {
"variables": {
"PREFETCH": "--prefetch 1",
"NOFLO": "node ./node_modules/.bin/noflo-runtime-msgflo --name #ROLE --graph #COMPONENT --cache true --iips #IIPS",
"DEAD": "--deadletter in"
},
"components": {
"api/Web": "node web.js",
"api/Worker": "#NOFLO #PREFETCH"
}
}
}