goerlang / node

Implementation of Erlang node
Other
304 stars 34 forks source link

Client RPC #11

Open andrenth opened 6 years ago

andrenth commented 6 years ago

Hi

The example code shows how to expose a Go function that can be called from Erlang using RPC. Is it possible to do the opposite, i.e., call rpc:call from the Go side?

halturin commented 6 years ago

Hi,

you may want to try another way to get it to.. via outgoing gen_server:call. Here is forked/improved version of this node - github.com/halturin/ergonode