Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

`mbus` is a tiny Node.js message‑bus library that combines the simplicity of `EventEmitter` with namespaced events (e.g., `foo.bar`). It lets you create hierarchical buses that can forward events to a parent, register one‑time or persistent listeners, and attach “feeds” that observe every emitted event. It’s aimed at JavaScript developers who need lightweight, scoped event handling across multiple modules or packages.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of damonoehlman/mbus

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

DamonOehlman's profile
DamonOehlman
50 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
damonoehlman

damonoehlman/mbus

If Node's EventEmitter and Eve (though no wildcard support at this stage) were to have a child, it might look something like this

JavaScript
4
1
No license