Packages
Event-Hub is a Gleam library that provides simple hubs with publishers and subscribers for event-driven observers. It supports asynchronous message handling and event notifications, decoupling components efficiently. It works on Erlang and JavaScript.
Current section
Files
Jump to
Current section
Files
src/event_hub.app.src
{application, event_hub, [
{vsn, "1.0.2"},
{applications, [gleam_stdlib]},
{description, "Event-Hub is a Gleam library that provides simple hubs with publishers and subscribers for event-driven observers. It supports asynchronous message handling and event notifications, decoupling components efficiently. It works on Erlang and JavaScript."},
{modules, [event_hub,
event_hub@@main,
event_hub@filtered,
event_hub@reactive,
event_hub@stateful,
event_hub@topic,
event_hub_ffi]},
{registered, []}
]}.