-
Does uWebsocket.js supports upgrading from http socket to websocket manually? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
No, why? |
Beta Was this translation helpful? Give feedback.
-
I'd like to use uWebsockets.js as replacement for ws module in engine.io and that feature would be handy for it. |
Beta Was this translation helpful? Give feedback.
-
Nope |
Beta Was this translation helpful? Give feedback.
-
It is actually useful to deny clients before upgrading (ex: auth) |
Beta Was this translation helpful? Give feedback.
-
Yes that is a feature being worked on. But in any case you shouldn't use Engine.io it makes no sense |
Beta Was this translation helpful? Give feedback.
-
Should this issue be reopened ? for the Upgrading part I would actually use uWs when this land |
Beta Was this translation helpful? Give feedback.
-
There is an open issue in the main repo |
Beta Was this translation helpful? Give feedback.
-
UpgradeAsync and UpgradeSync are examples of doing auth |
Beta Was this translation helpful? Give feedback.
UpgradeAsync and UpgradeSync are examples of doing auth