Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oroce/godot-riemann
- Owner: oroce
- Created: 2014-09-14T14:10:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T15:22:03.000Z (over 10 years ago)
- Last Synced: 2024-11-14T12:54:50.919Z (about 2 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 [![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