Glyn ✨
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
: 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.
Installation
gleam add glyn
Creating Message Types and Decoders
... continue reading