Get the latest tech news
Glyn: Type-safe PubSub and Registry for Gleam actors with distributed clustering
Type-safe PubSub and Registry for Gleam actors with distributed clustering support, built on Syn. - mbuhot/glyn
PubSub: Broadcast events to multiple subscribers Registry: Direct command routing to named processes Explicit decoders are required to ensure messages sent between nodes in a cluster are handled with type safety. Note the Glyn does not JSON encode messages, they are sent directly as erlang terms and should be decoded from tuples.
Or read this on Hacker News