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

WebSocket API #794

Open
QuiiBz opened this issue Apr 24, 2023 · 1 comment · May be fixed by #887
Open

WebSocket API #794

QuiiBz opened this issue Apr 24, 2023 · 1 comment · May be fixed by #887

Comments

@QuiiBz
Copy link
Member

QuiiBz commented Apr 24, 2023

We should add support for the WebSocket API.

MDN docs: https://developer.mozilla.org/en-US/docs/Web/API/WebSocket
Cloudflare Workers docs: https://developers.cloudflare.com/workers/learning/using-websockets/

@aabbdev
Copy link

aabbdev commented May 7, 2023

Websocket should be implemented with cross domains to have several domains on the same port and we should also use the "socket reuse port" function to scale on several processes

@QuiiBz QuiiBz linked a pull request May 20, 2023 that will close this issue
@QuiiBz QuiiBz linked a pull request May 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants