# collectd-node **Repository Path**: mirrors_tmm1/collectd-node ## Basic Information - **Project Name**: collectd-node - **Description**: A collectd binary protocol reader for node.js written in coffee-script - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README A collectd protocol reader for node.js ====================================== collectd-node is a node.js implementation of a collectd binary protocol, which allows node.js applications to read collectd generated messages. The collectd module is written in `coffee-script`_, and to generate the js, just need to type:: make This module require the binary-parser.js module by Jonas Raoni Soares Silva (http://jsfromhell.com/classes/binary-parser) which is also included. Enjoy! .. _`coffee-script`: http://jashkenas.github.com/coffee-script/