- Elixir node source:
example.exs
- Python node source:
example.py
docker compose up --build --force-recreate
- observe the output
- a working Python environment (e.g. virtualenv) is assumed
- install Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
vis rustup to compile pyrlang-term - install Poetry
- install Python dependencies
poetry install
- install Elixir
- in one window:
elixir --name [email protected] --cookie COOKIE example.exs
- in another:
python example.py
- observe the output in both