Open developer console to see webSocket communication details.
The web-socket client address is logged to console as
connection accepted id is 261866934
For a cross-client communication open this page in other browser window.
The following commands are acceptable from console:
$ws.send(JSON.stringify({command: 'tst_echo', params: {message: 'YaYa'}}))
$ws.send(JSON.stringify({command: 'tst_message', params: {recipient: 261866934, message: 'YaYa a cocojombo'}}))
$ws.send(JSON.stringify({command: 'tst_sendToAllMySession', params: {message: 'Hello from me!'}}))
$ws.send(JSON.stringify({command: 'tst_selfClose', params: {reason: "I'm a zombie, I don\'t know why I close myself"}}))
Connection Count | Response Time |
0 | 0 |