SDK and integration for NodeTool clients.
From csharp/:
.\regen-and-verify.ps1 -IncludeVL -SkipGeneration -SkipGitDiffDefault build output:
csharp/_vvvv_builds/Release/net8.0/
Override output folder:
.\regen-and-verify.ps1 -IncludeVL -OutputDir "C:\path\to\output"When using the NodeTool Electron app, backend binds to localhost and selects port 7777 by default (next free port if occupied):
- WebSocket:
ws://127.0.0.1:<port>/ws - HTTP API:
http://127.0.0.1:<port>