- 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 | shvis rustup to compile pyrlang-term - install Poetry
- install Python dependencies
poetry install - install Elixir
- in one window:
elixir --name erl@127.0.0.1 --cookie COOKIE example.exs - in another:
python example.py - observe the output in both