[erlang-questions] [ANN] Backwater: an RPC framework for Erlang and Elixir

Guilherme Andrade g@REDACTED
Sat Sep 23 22:10:43 CEST 2017


Hi list,

I'm pleased to announce the release of backwater 1.0.0.

Backwater aims to make execution of calls to modules/functions on
individual remote machines as close to local calls as they can get, with
little to no boilerplate code. The remote calls are executed over HTTP(S)
and don't depend on the Erlang distribution protocol nor on both ends being
clustered.

Backwater is built on top of cowboy and hackney. Goodies include generation
of Erlang client code when using rebar3 (a homologous Elixir compiler task
for Mix is still brewing.)

Hoping it can be of use to someone.

Cheers,

-- 
Guilherme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20170923/e5f62c08/attachment.htm>


More information about the erlang-questions mailing list