websockets-callback icon indicating copy to clipboard operation
websockets-callback copied to clipboard

Client/server code that allows for WebSocket calls with callback.

Results 4 websockets-callback issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/30521429/113498498-f58bf300-953f-11eb-9579-6eeaea423667.png) browser how to use `require`?

Does it have wss support? If not, I would add "secure" key to "options" where it will uses the "wss" support.

enhancement

https://github.com/aidv/websockets-callback/blob/a55a2d59d08969d7e51785365ba295a138affd38/lib/wscb.js#L23 The following error occurres when used with the 'ws' instead of Electron. `TypeError: Cannot read properties of undefined (reading 'Server') at WebSockets_Callback.setupAsServer (node_modules\wscb\lib\wscb.js:86:33) `

Bumps [ws](https://github.com/websockets/ws) from 6.1.4 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). 6.2.2 Bug fixes Backported 00c425ec to the...

dependencies