This repository offers a set of minimal working applications demonstrating how that is possible to integrate Erlang and Elixir application with meta-erlang for Yocto Project/Openembedded.
Summary of examples:
-
Erlang
- hello-http-server: A minimal http server written in Nitrogen. hello-http-server_0.1.0.bb
- hello-rabbitmq: A minimal client that sends heart beats to a rabbitmq server. hello-rabbitmq_0.1.0.bb
- hello-erlang-interoperability: A minimal Erlang application with Erlang port driver written in C. hello-erlang-interoperability_0.1.0.bb
- hello-erlang-c-node: A minimal Erlang C Node. hello-erlang-c-node_0.1.0.bb
-
Elixir
- hello-phoenix: A minimal phoenix server. hello-phoenix_0.1.0.bb
- hello-elixir-interoperability: A minimal Elixir application with Erlang NIF written in C. hello-elixir-interoperability_0.1.0.bb
- hello-elixir-rustler: A rustler getting started application. hello-elixir-rustler_0.1.0.bb
For more resources about meta-erlang, check out the meta-erlang documentation.