Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oroce/godot-riemann

forwards godot events into riemann
https://github.com/oroce/godot-riemann

Last synced: about 1 month ago
JSON representation

forwards godot events into riemann

Awesome Lists containing this project

README

        

godot-riemann [![Build Status](https://travis-ci.org/oroce/godot-riemann.svg?branch=v1.1.0)](https://travis-ci.org/oroce/godot-riemann)
=========

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