Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/bevent
Async event emitter for javascript
https://github.com/bcoin-org/bevent
Last synced: 6 days ago
JSON representation
Async event emitter for javascript
- Host: GitHub
- URL: https://github.com/bcoin-org/bevent
- Owner: bcoin-org
- License: other
- Created: 2017-11-02T14:03:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T09:32:18.000Z (about 1 year ago)
- Last Synced: 2024-09-19T12:38:20.007Z (about 2 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bevent
Async event emitter for javascript.
## Usage
``` js
const AsyncEmitter = require('bevent');
```## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. ``## License
- Copyright (c) 2017, Christopher Jeffrey (MIT License).
See LICENSE for more info.