Just a few points came to my mind to add to Matt's answer,

Erlang gives you built-in node distribution across clusters.
Erlang's concurrency model is Actor Model, Node.js's is Event Loop, So 
Erlang can also give you simple robustness model via Supervisors, and 
fail-fast pattern
Rate of memory leaks in Node.js apps are more than Erlang ones, but Node.js 
ecosystem is largers and more to the edge of technology
Erlang has some very nice language level features, like better List 
comprehensions, atoms, pattern matching, ... missing in Javascript
Node.js is more rapid in development than Erlang


On Thursday, November 13, 2014 4:22:11 AM UTC+3:30, Vitaliy Feoktistov 
wrote:
>
> Hello,
> I'd like to have an objective comparison of Node.JS vs Erlang.
> * my main criteria of choise :
> - concurrency
> - error tolerance
> - performance
> - scalability (scale-in, scale-out)
> - adapted for multi-CPU servers (openmp pool, cgroups mapping,..)
> - adapted for mobile applications
> - ease of programming
> - integration with other languages (C/C++...)
> - existance of libraries and developed code/projects
> - database integration (sql, nosql, in-memory)
> - hire skills / price
> Thank you for your help
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/c47dcc36-41cd-440a-97b5-49d796ef9f92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to