<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 8, 2013 at 12:37 PM, aman mangal <span dir="ltr"><<a href="mailto:mangalaman93@gmail.com" target="_blank">mangalaman93@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><br clear="all"><div>Hi,<br><br style="font-family:'arial black',sans-serif">
What is the most efficient way to pass events/data from erlang processes to nodejs and vice versa? Setting up a tcp socket may be slower or inefficient. I was thinking of doing something native. Both erlang and nodejs provide libraries(NIF) to call C functions but none of them provide an efficient implementation for calling erlang/nodejs functions from C or C++ as far as I know. Please suggest some ideas!</div>


<div><br></div></div></blockquote><div><br></div><div style>You could take a look on BERT RPC: </div><div style><br></div><div style><a href="https://github.com/rtomayko/node-bertrpc">https://github.com/rtomayko/node-bertrpc</a><br>
</div><div style><br></div><div style><a href="https://github.com/mojombo/bert.erl">https://github.com/mojombo/bert.erl</a><br></div><div style><br></div><div style>Right now, <a href="http://bert-rpc.org">bert-rpc.org</a> is returning 404, but it was up two days ago:</div>
<div style><br></div><div style><a href="http://bert-rpc.org/">http://bert-rpc.org/</a><br></div><div style><br></div><div style>Maybe checking cached webpage on <a href="http://bert-rpc.org">bert-rpc.org</a> may help you.</div>
<div style><br></div><div style>--</div><div style><br></div><div style>Eduardo</div><div style><br></div><div> </div></div></div></div>