开发者

WebSocket Client in Lua

开发者 https://www.devze.com 2023-02-06 03:58 出处:网络
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.

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

精彩评论

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