ektologo

Distributed Gleam Simple Example

by [fran]

# Context

We approached Gleam looking for a modern, friendly way of writing concurrent and distributed systems for the Erlang runtime.

As of April 2025, I found no example of how to communicate two BEAM instances using Gleam that is both simple and up to date. Please let me know if overlooked something.

The goal of this repository is to reflect my attempt at it and allow others to give feedback.

I had no prior experience with Gleam or Erlang.

# What I tried to achieve

# Remarks

# How to use the repo

Exit with double CTRL+C.

# References