whoami1337 69e32287f9 init | hace 1 año | |
---|---|---|
.gitignore | hace 1 año | |
README.md | hace 1 año | |
main.lua | hace 1 año | |
websocket.lua | hace 1 año |
local WebSocketClient = require('websocket')
local copas = require "copas"
local client = WebSocketClient.new({
uri = "http://localhost:3000",
})
copas.loop()
on_connected -> callback of connected init
on_disconnected -> callback of disconnected
on_received(data) -> callback of recevied messages from ws server
function WebSocketClient:send(command, data)
command -> string,
data -> any