You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: ***@***.***>
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.The text was updated successfully, but these errors were encountered: