Hi,
is it possible to access websocket send method from JS?
I see nothing when I log the runtime unfortunately... just the name property of the WebSocket object.
Would like to send JSON and binary without having to deal with the JSON plugin.
Why not just use the browser WebSocket API directly?
Develop games in your browser. Powerful, performant & highly capable.
I could do that, but then I miss out on the "on message" event sheet hehe. But yeah I guess that is the way I have to go!