This project demonstrates an application that may be managed by an Erlang supervision tree, communicating with Erlang via the Erlang Ports protocol (essentially the FFI for Erlang).
This Go application is intended to be used as part of the LFE/OTP Port Examples project (which includes other language integratioins such as Common Lisp and Rust).
The parent project should have:
- Go 1.18+ installed (older versions not tested)
- GNU make installed