Erlang/OTP deployments that want to provide shell access or cluster nodes relied on something called the Erlang Port Mapper Daemon (EPMD), a separate process th... (more…)
Read more »
An Erlang implementation of RAFT from WhatsApp. Contribute to WhatsApp/waraft development by creating an account on GitHub. (more…)
Read more »
This PR introduces BeamAsm, a JIT compiler for the Erlang VM.
Implementation
BeamAsm provides load-time conversion of Erlang beam instructions into native code on x86-64. This allows the loader to ... (more…)
Read more »
I wrote a module that helps me create Erlang-inspired Node.js applications. (more…)
Read more »