https://github.com/laszlokorte/elixir_simple_server
Short examples for Erlang process communication
https://github.com/laszlokorte/elixir_simple_server
elixir-lang erlang processes sequence-diagram
Last synced: about 3 hours ago
JSON representation
Short examples for Erlang process communication
- Host: GitHub
- URL: https://github.com/laszlokorte/elixir_simple_server
- Owner: laszlokorte
- Created: 2026-04-21T22:05:27.000Z (5 days ago)
- Default Branch: main
- Last Pushed: 2026-04-22T12:24:10.000Z (5 days ago)
- Last Synced: 2026-04-23T03:39:58.789Z (4 days ago)
- Topics: elixir-lang, erlang, processes, sequence-diagram
- Homepage: https://livebooks.laszlokorte.de/
- Size: 15.6 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My favorite Erlang Program by Joe Armstrong in Elixir
[](https://livebook.dev/run?url=https%3A%2F%2Fgithub.com%2Flaszlokorte%2Felixir_simple_server%2Fblob%2Fmain%2Fserver.livemd)
In [this blog post](https://joearms.github.io/published/2013-11-21-My-favorite-erlang-program.html) Joe Armstrong walks through a simple example of Erlang code to demonstrate the power and simplicity of Erlang processes.
This Livebook translates the code to Elixir.
