A WebSocket API client for the Sappiens Framework (v1.2.9), a RAD PHP framework with support for MySQL, Oracle, SQL Server, and PostgreSQL. This package provides WebSocket connectivity to Sappiens backend services. It requires Node.js >=0.12.0 and npm >=2.5.1. The package is specific to the Sappiens ecosystem and not intended for general use. The project appears to be in early development (v0.1 framework stage) with low release cadence and minimal documentation or community adoption.
npm install sappiens-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a Sappiens WebSocket endpoint using token auth, sends a ping, and handles messages, errors, and closure.
Pin to a specific version and test thoroughly before upgrading.
Use 'declare module' or install @types/sappiens-websocket if available.
Use Node.js >=14 LTS and check for compatibility issues.
Read the source code and lock your version.
Run npm install sappiens-websocket@1.2.9 and ensure you are importing from the correct path.
Use named import: import { WebSocket } from 'sappiens-websocket';Validate NODE_SAPPIENS_TOKEN and use proper URL encoding if necessary.
No dependency data recorded yet.