Is there a开发者_JAVA技巧 WebSocket client (not a server) written for Lua.
It can either be a C module or in pure Lua.
I gave up and switched to regular sockets on the server side. It was much easier.
Yes,there is https://github.com/lipp/lua-websockets. It does not add any C bindings, but relies on luasocket, lpack and depending on your usage scenario (lua-ev).
Yep. http://w3.impa.br/~diego/software/luasocket/
I could only find this pastebin:
http://pastebin.com/f50d79dcd
精彩评论