[erlang-questions] integrating nodejs with erlang code

Chandru chandrashekhar.mullaparthi@REDACTED
Tue Apr 9 06:46:25 CEST 2013


You should try the TCP implementation first. It will give you the cleanest
code, and a good degree of separation/isolation between the two systems
which is quite useful to have. Premature optimisation is evil. The only
question you have to ask yourself is whether it is fast enough.

cheers
Chandru


On 8 April 2013 16:37, aman mangal <mangalaman93@REDACTED> wrote:

>
> Hi,
>
> 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!
>
> Thanks in advance.
>
> Aman Mangal
> 3rd year Undergraduate
> Department of Computer Science & Engineering
> IIT Bombay
> www.cse.iitb.ac.in/~amanmangal
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130409/0c58d86e/attachment.htm>


More information about the erlang-questions mailing list