ws.io-client
v0.3.8
Published
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![codecov][codecov-src]][codecov-href] [![License][license-src]][license-href]
Readme
ws.io-client
A pure WebSocket framework inspired by socket.io, also supporting custom events, automatic reconnection, event buffering, and other features.
Primarily designed for use with ws.io-rs. If both your server and client are built with Node.js or Bun, we recommend sticking with the more mature socket.io.
Since development is not yet complete, documentation is currently unavailable. However, you may refer to the results from Zread or DeepWiki.
Please note that Zread and DeepWiki results may not be accurate.
Features
Requirements
- Node.js
>=22.12.0
Installation
Using pnpm:
pnpm add ws.io-clientYou can also use yarn, npm, or bun.
