An open API service indexing awesome lists of open source software.

https://github.com/timothyvanderaerden/beam_ping_pong

Simple ping pong processes on "the BEAM" (Elixir, Erlang, Gleam).
https://github.com/timothyvanderaerden/beam_ping_pong

Last synced: 29 days ago
JSON representation

Simple ping pong processes on "the BEAM" (Elixir, Erlang, Gleam).

Awesome Lists containing this project

README

        

# BEAM Ping-Pong

Simple ping pong processes on "the BEAM" (Elixir, Erlang, Gleam).

## Elixir

```
cd elixir
mix
```

## Erlang

```
cd erlang
rebar3 shell
```