We use Socket.IO in order to handle communication between all our clients and the server. In order to emit and receive messages you will need to setup a socket with the URL https://runmyrobot.com:8000!

We recommend finding the SDK for your given language.

let url = URL(string: "https://letsrobot.tv:8000")!
let socket = SocketIOClient(socketURL: url)
// ...