Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate the available options for adding WebSockets functionality to the Networking library #29

Open
rdw-software opened this issue Oct 22, 2021 · 0 comments

Comments

@rdw-software
Copy link
Member

rdw-software commented Oct 22, 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)

@rdw-software rdw-software changed the title Add websockets functionality to the networking library Add WebSockets functionality to the Networking library Oct 22, 2021
@rdw-software rdw-software added this to the TBD milestone Oct 22, 2021
@rdw-software 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant