Intro

Web Sockets

Use web sockets in toddle.

Demo

    Actions

    • ConnectToWebsocket

      Connect to a web service using websockets

      Arguments

      urlThe url of the Websocket you wish to connect to. Make sure it starts with wss:// or https://

      Events

      messagetriggered everytime the WebSocket receives a message from the server.
      closeTriggered when the connection is closed
      messageTriggered when the WebSocket throws an error
    • SendMessageToWebsocket

      Connect to a web service using websockets

      Arguments

      urlThe url of the Websocket you are connected to.
      messageCan be a string or any other valid JavaScript value