https://github.com/oroce/godot-riemann
forwards godot events into riemann
https://github.com/oroce/godot-riemann
Last synced: 4 months ago
JSON representation
forwards godot events into riemann
- Host: GitHub
- URL: https://github.com/oroce/godot-riemann
- Owner: oroce
- Created: 2014-09-14T14:10:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T15:22:03.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T12:12:47.289Z (6 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
godot-riemann [](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