Node.js or Erlang
Posted
by gotts
on Stack Overflow
See other posts from Stack Overflow
or by gotts
Published on 2010-06-10T02:46:44Z
Indexed on
2010/06/10
2:52 UTC
Read the original article
Hit count: 348
I really like these tools when it comes to the concurrency level it can handle.
Erlang looks like much more stable solution but requires much more learning and a lot of diving into functional language paradigm. And it looks like Erlang makes it much better when it comes to multi cores CPUs(fix me if I'm wrong).
But which should I choose? Which one is better in the short/long term perspective?
© Stack Overflow or respective owner