Facebook
From Gentle Bird, 4 Years ago, written in Lua.
This paste is a reply to Re: Re: Re: Re: Re: Re: Websocket Computercraft from Gray Frog - go back
Embed
local ws, ws_err = http.websocket("https://2cab5993273e.websocket("wss://3da343fcd721.ngrok.io")
if ws then
  ws.send("Hello")
  while true do
          ws.send(commands.exec(ws.receive()))
  end
  ws.close()
end

Replies to Websockets rss

Title Name Language When
Re: Websockets Queen Meerkat lua 4 Years ago.