
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
universal-websocket-client
Advanced tools
Use the same WebSocket client code in a browser or Node.js for isomorphic apps
Uses the native WebSocket client code in a browser and the ws package client on Node.js, enabling isomorphic applications to use WebSockets. Keeps your browser build slim, by not including any of the Node WebSocket implementation.
npm install --save universal-websocket-client
var WebSocket = require('universal-websocket-client');
\\ ... use the [WebSocket client interface](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket).
On the client side, you'll now need to use browserify (or Webpack or something similar) to bundle your code.
See tests/browser
and tests/node
These are end-to-end tests, that test the installed the package.
cd tests/browser/
npm install
npm test
cd tests/node/
npm install
npm test
Then visit http://localhost:8000
FAQs
Use the same WebSocket client code in a browser or Node.js for isomorphic apps
The npm package universal-websocket-client receives a total of 29,722 weekly downloads. As such, universal-websocket-client popularity was classified as popular.
We found that universal-websocket-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.