Intro
Web Sockets
Use web sockets in toddle.
Demo
Actions
ConnectToWebsocket
Connect to a web service using websockets
Arguments
url The url of the Websocket you wish to connect to. Make sure it starts with wss:// or https:// Events
message triggered everytime the WebSocket receives a message from the server. close Triggered when the connection is closed message Triggered when the WebSocket throws an error SendMessageToWebsocket
Connect to a web service using websockets
Arguments
url The url of the Websocket you are connected to. message Can be a string or any other valid JavaScript value