graphite client for nodejs
npm install nodegraphite
make test
-
Error object
When the client socket has some error occured, it emitted
var GraphiteClient = require('nodegraphite');
var client = new GraphiteClient(2003, 'localhost');
client.write({foo: 23});