A WebSocket-only client library for Fanap's POD Async (DIRANA) service, enabling real-time bidirectional communication. Current stable version is 2.9.0-snapshot.14 with daily snapshot releases. Key differentiators: lightweight, single-purpose WebSocket implementation (no long-polling or fallbacks), designed specifically for Fanap's POD ecosystem. Unmaintained since 2020, with no recent updates or security patches.
npm install podasync-ws-onlyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a PodAsyncClient with WebSocket URL, app ID, and token, then connects and handles events.
Migrate to a maintained alternative or implement your own WebSocket client.
Ensure socketAddress starts with 'wss://' (preferred) or 'ws://'.
Provide valid token and appId in the constructor options.
Add 'socketAddress' with a valid WebSocket URL.
Wait for the 'open' event before calling sendMessage().
No dependency data recorded yet.