
Registry
GitHub – mbuhot/glyn: Type-safe PubSub and Registry for Gleam actors with distributed clustering support, built on Syn.
Type-safe PubSub and Registry for Gleam actors with distributed clustering support. Built on the Erlang syn library. Glyn provides two complementary systems for actor communication: PubSub: Broadcast events to multiple subscribers Registry: Direct command routing to named processes Both systems integrate seamlessly with Gleam’s actor model using selector composition patterns. Creating Message Types and Decoders…