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
Extensions: See faye-websocket (generalized approach)
May require additional (indepent) modules for masking, utf8 (LuaJIT can probably do it efficiently, no need for native addons? TBD)
The text was updated successfully, but these errors were encountered:
rdw-software
changed the title
Add websockets functionality to the networking library
Add WebSockets functionality to the Networking library
Oct 22, 2021
rdw-software
changed the title
Add WebSockets functionality to the Networking library
Evaluate the available options for adding WebSockets functionality to the Networking library
Oct 26, 2021
API: See https://github.com/websockets/ws/blob/master/doc/ws.md and https://html.spec.whatwg.org/multipage/web-sockets.html (stick to browser API where possible)
Extensions: See faye-websocket (generalized approach)
May require additional (indepent) modules for masking, utf8 (LuaJIT can probably do it efficiently, no need for native addons? TBD)
The text was updated successfully, but these errors were encountered: