ZongJi
JSON →A pure JavaScript MySQL binlog listener for Node.js, allowing real-time capture of row-level changes (INSERT, UPDATE, DELETE) from MySQL binary logs. Current stable version is 0.5.x, with irregular releases. Works with MySQL 5.5–5.7, enabling row-format binlog. Requires explicit binlog configuration and replication privileges. A key differentiator is its pure JS implementation (no native dependencies) via the mysql package, but it has limited maintenance and no support for MySQL 8+ binlog features.