{
  "nodes": [
    {
      "path": "string.ms.js",
      "instance": 1,
      "port": 5000,
      "stdio": "file",
      "params": "--xyz-logLevel verbose"
    },
    {
      "path": "math.ms.js",
      "instance": 1,
      "port": 4000,
      "stdio": "file",
      "params": "--xyz-logLevel verbose "
    },
    {
      "path": "math.ms.js",
      "instance": 0,
      "port": 6000,
      "stdio": "file",
      "params": "--xyz-logLevel info --xyz-seed 127.0.0.1:4000 --xyz-name math.ms.slave"
    }
  ]
}
