events-bus
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

Event bus

an Event bus to share events of multi progress. backend with redis or custom adapter.

usage

 const bus = new Bus({
        adapter: new RedisAdaptor(config.redis_url, 'ky'),
        wildcard: true
    })

/events-bus/

    Package Sidebar

    Install

    npm i events-bus

    Weekly Downloads

    1

    Version

    2.0.4

    License

    ISC

    Unpacked Size

    26.2 kB

    Total Files

    25

    Last publish

    Collaborators

    • xujif