API WebSocket Bridge

JSON →
library 1.0.5 ·javascript
verified Jun 7, 2026

A Node.js Docker application that polls an API at a configurable interval and distributes changes to connected WebSocket clients via events. Version 1.0.5 is the latest stable release, with no further updates expected. Designed specifically for polling JSON endpoints and emitting only changed fields as WebSocket events, it differs from general-purpose WebSocket libraries by including built-in polling, diffing, and event mapping via a config.json file. Requires SSL certificates for secure WSS and runs exclusively in Docker.