开发者

WebSocket Client in Lua

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜