Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segment-boneyard/forward-events
Forward events from one emitter to another
https://github.com/segment-boneyard/forward-events
Last synced: about 5 hours ago
JSON representation
Forward events from one emitter to another
- Host: GitHub
- URL: https://github.com/segment-boneyard/forward-events
- Owner: segment-boneyard
- Created: 2014-03-06T20:22:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-06T22:42:09.000Z (over 10 years ago)
- Last Synced: 2024-11-11T19:29:53.612Z (4 days ago)
- Language: JavaScript
- Size: 123 KB
- Stars: 16
- Watchers: 40
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# forward-events
Forward events from one emitter to another. Similar to "fwd" however handles the edge-case of node thinking "error" events are not listened for. Basically node error handling is super broken.
## Installation
```
$ npm install forward-events
```# License
MIT