Skip to content
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors