Updated ClientSocket and SendNode with API graphs.

This commit is contained in:
Napalys
2025-04-04 09:12:42 +02:00
parent 455ce59583
commit 0dbf951291
4 changed files with 13 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ const { MyWebSocketWS, myWebSocketWSInstance } = require('./client.js');
(function () {
myWebSocketWSInstance.on('open', function open() {
myWebSocketWSInstance.send('Hi from client!'); // $ MISSING: clientSend
myWebSocketWSInstance.send('Hi from client!'); // $ clientSend
});
myWebSocketWSInstance.on('message', function incoming(data) {