25 lines
371 B
JSON
25 lines
371 B
JSON
{
|
|
"Sources": {
|
|
"local": "{local}",
|
|
"aws": "mb://modulebroker.xgraphdev.com"
|
|
},
|
|
"Modules": {
|
|
"Pong": {
|
|
"Module": "xGraph.Pong",
|
|
"Source": "aws",
|
|
"Par": {
|
|
"Ping": "$Proxy"
|
|
}
|
|
},
|
|
"Proxy": {
|
|
"Module": "xGraph.WebSocketServerProxy",
|
|
"Source": "local",
|
|
"Par": {
|
|
"Port": 28000,
|
|
"Link": "$Pong"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|