Package Exports
- podium
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (podium) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#podium
Node (semi) compatible event emitter with extra features.
podium is an event emitter with support for tags, filters, channels, event update cloning,
arguments spreading, and other features useful when building large scale applications. While node's
native EventEmitter
is strictly focused on maximum performance, it lacks many features that do not belong in the core
implementation. podium is not restricted by node's performance requirement as it is designed for
application layer needs where it's overhead is largely insignificant as implementing these features
will have similar cost on top of the native emitter.
Lead Maintainer - Eran Hammer
API
The full API is available in the API documentation.