Socket
Book a DemoInstallSign in
Socket

@matrixai/ws

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matrixai/ws

WebSocket Streaming Wrapper

latest
Source
npmnpm
Version
2.0.5
Version published
Maintainers
3
Created
Source

js-ws

WebSocket library for TypeScript/JavaScript applications.

This is built on top of the ws library, providing a multiplexed WebStreams API on top of WebSocket.

Installation

npm install --save @matrixai/ws

Browser Usage

To use WebSocketClient in a browser environment, you will need to polyfill:

  • buffer
  • perf_hooks

A good choice for a buffer polyfill is feross/buffer

To polyfill perf_hooks, you can alias the perf_hooks using your bundler of choice with a file containing the following code:

const { performance } = globalThis;
export { performance };

Development

Run nix develop, and once you're inside, you can use:

# install (or reinstall packages from package.json)
npm install
# build the dist
npm run build
# run the repl (this allows you to import from ./src)
npm run tsx
# run the tests
npm run test
# lint the source code
npm run lint
# automatically fix the source
npm run lintfix

Docs Generation

npm run docs

See the docs at: https://matrixai.github.io/js-ws/

Publishing

# npm login
npm version patch # major/minor/patch
npm run build
npm publish --access public
git push
git push --tags

License

js-ws is licensed under Apache-2.0, you may read the terms of the license here.

FAQs

Package last updated on 28 Mar 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.