@wooksjs/ws-client
v0.7.4
Published
WebSocket client for Wooks with RPC, subscriptions, reconnection, and push listeners
Maintainers
Readme
@wooksjs/ws-client
WebSocket client for Wooks with RPC, subscriptions, reconnection, push listeners, and message queuing. Works in browsers and Node.js.
Installation
npm install @wooksjs/ws-clientDocumentation
For full documentation, visit wooks.moost.org.
AI Agent Skills
This package ships with structured skill files for AI coding agents (Claude Code, Cursor, Windsurf, Codex, etc.).
# Project-local (recommended — version-locked, commits with your repo)
npx wooksjs-ws-client-skill
# Global (available across all your projects)
npx wooksjs-ws-client-skill --globalTo keep skills automatically up-to-date, add a postinstall script to your package.json:
{
"scripts": {
"postinstall": "wooksjs-ws-client-skill --postinstall"
}
}License
MIT
