CPA Server Test
/ws relay + store API — connecting…
monitor RunScreen ScaleSecureScreen RunKiosk
WebSocket log
Relay — send packet
Messages without a store command type are broadcast to other connected clients.
Store API overview
-
CALL: { "type": "store_values", "key": "demo", "values": { "hello": "world" } } PAYLOAD: { "hello": "world" } -
RESULT: { "type": "store_saved", "key": "demo", "file": "demo.json" } -
CALL: { "type": "load_values", "key": "demo" } PAYLOAD: (none) -
RESULT: { "type": "store_loaded", "key": "demo", "values": { "hello": "world" } } -
CALL: { "type": "list_store_values" } PAYLOAD: (none) -
RESULT: { "type": "store_list", "files": ["demo.json"], "keys": ["demo"] }