simple-websocket
simple-websocket copied to clipboard
Simple, EventEmitter API for WebSockets
For consistency with Node readable stream implementation, `destroy()` should likely return `this` - see https://nodejs.org/api/stream.html#readabledestroyerror and https://nodejs.org/api/stream.html#writabledestroyerror **Context**: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/57473
Using isomorphic-ws wrapper we can ensure that the library works seamlessly in node or in the browser even with newer versions of ws. The library was not working properly with...
It would be cool if unref() was implemented: https://nodejs.org/api/net.html#net_socket_unref
https://github.com/webtorrent/webtorrent/issues/1971 the echo server no longer exists, and no services like it exist, so instead we create a server ourselves. streamx uses "objectMode" by default as it doesn't force Buffer,...
I noticed that the latest release from this project is from 5 years ago, and it is currently accruing vulnerabilities(transitively) like CVE-2024-37890 Can we consider this project for new projects?