socket.io-client
socket.io-client copied to clipboard
Realtime application framework (client)
This release of `engine.io-client` includes the bump of `ws` to `8.17.1` that fixes a security vulnerability. See https://github.com/advisories/GHSA-3h5v-q93c-6h6q ### The kind of change this PR does introduce * [x] a...
**The bug** Hi everyone, my bug is easy to understand. I want to send from my next api a message to a socketIO server running with nodejs. When I try...
export var abhaSocket; const initializeAbhaSocket = () => { return new Promise(async (resolve, reject) => { try { // Using different URLs for staging and production modes let url =...