Create a WebSocket for the given URL. Prefers globalThis.WebSocket (browsers, React Native, modern Node). Falls back to the optional ws package only when no global exists.
globalThis.WebSocket
ws
Create a WebSocket for the given URL. Prefers
globalThis.WebSocket(browsers, React Native, modern Node). Falls back to the optionalwspackage only when no global exists.