@convex-dev/sse-websocket-proxy
v0.1.0-alpha.4
Published
SSE to WebSocket proxy.
Downloads
29
Maintainers
Keywords
Readme
SSE to WebSocket proxy.
This package is not officially supported by Convex, it's a proof of concept for now. If this is a service you need, let us know.
Usage
npx @convex-dev/sse-websocket-proxy --helpWhile this runs, you can use a simulated WebSocket from @convex-dev/sse-proxied-websocket.
Dev notes
We're using the ws WebSocket instead of native Node.js WebSockets because we're responsible for things like 1001 exit codes that a real implementation (like the Node.js one) won't let you manually create.
