websocket support
Is there any plan to add websocket support to luasocket?
Currently the main WS implementation for Lua seems to be lua-websockets which, however, is unmaintained since 6 years.
I don't think there are any plans. However, that project is looking for a maintainer...
One more ws implementations (pure Lua over luasocket, but need bit32 API)
- https://github.com/flaribbit/love2d-lua-websocket
Can work without love2d
lua-http https://daurnimator.github.io/lua-http/0.4/#http.websocket has a good working websocket implementation that I am using for 8 years now. Daurnimator has a reputation of making it really work according to specs. And it does. lua-http itself also has very good control over the ssl that's being used (as I can use my client certificate if I do a web request to an ssl site demanding client certs). Message ID: @.***>