@wooksjs/event-ws
v0.7.8
Published
WebSocket adapter for Wooks with path-based message routing, rooms, and broadcasting
Maintainers
Readme
@wooksjs/event-ws
WebSocket adapter for Wooks with path-based message routing, rooms, broadcasting, and composable context. Runs standalone or integrated with @wooksjs/event-http.
Installation
npm install @wooksjs/event-ws @wooksjs/event-http wsDocumentation
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-event-ws-skill
# Global (available across all your projects)
npx wooksjs-event-ws-skill --globalTo keep skills automatically up-to-date, add a postinstall script to your package.json:
{
"scripts": {
"postinstall": "wooksjs-event-ws-skill --postinstall"
}
}License
MIT
