godot-riemann

1.0.0 • Public • Published

godot-riemann Build Status

Forwards godot events into riemann

API

var riemann = require('godot-riemann');
godot.createServer({
  reactors: function(socket) {
     return socket
        .pipe(riemann({
          host: 'localhost',
          port: 5555,
          transport: 'tcp'
        }));
  }
});

License

MIT

Dependencies (2)

Dev Dependencies (2)

Package Sidebar

Install

npm i godot-riemann

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • oroce