Is there a way to compile Deno's WebSocket server implemenation to WASM? #4487
Unanswered
guest271314
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Assuming I already have access to the raw request data by way of WICG Direct Sockets, I just need the (continuation) frame handling parts to handle (receive and send) messages over 65536 length. I don't need WASM for the TCP connection. Just the message processing parts.
Beta Was this translation helpful? Give feedback.
All reactions