Skip to content

decadent/nodegraphite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodegraphite

graphite client for nodejs

Install

npm install nodegraphite

Test

make test

Events

error
  • Error object

    When the client socket has some error occured, it emitted

Usage

var GraphiteClient = require('nodegraphite');
var client = new GraphiteClient(2003, 'localhost');

client.write({foo: 23});

About

graphite client for nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published