siterpc-client
v0.1.3
Published
Lightweight remote-only SiteRPC client over WebSocket
Downloads
112
Readme
siterpc-client
Lightweight remote-only SiteRPC client.
Install this package on machines that only need to call an existing SiteRPC worker:
npm install siterpc-clientRun a remote tool:
siterpc-client call --remote ws://127.0.0.1:42100 --tool app_someTool --input '{"key":"value"}'Inspect or stop the worker:
siterpc-client status --remote ws://127.0.0.1:42100
siterpc-client stop --remote ws://127.0.0.1:42100siterpc-client does not start local browsers and does not load siterpc.config.ts.
Use the full siterpc package on the worker machine.
