Correct way to proxy a websocket connection? #510
Unanswered
prescience-data
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@prescience-data The example you provided is on |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I'm currently using
ws
to proxy a websocket connection that needs to have each message mutated as they pass through.Looking at the performance difference it seems crazy not to use
uws
, but I'm trying to figure out what the equivalent ofimport { Server } from "ws"
is?This is current
ws
code if it helps?Beta Was this translation helpful? Give feedback.
All reactions