Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I can't speak for Erlang, but a few things that haven't been mentioned about node:</p> <ul> <li>Node uses Google's V8 engine to actually compile javascript into machine code. So node is actually pretty fast. So that's on top of the speed benefits offered by event-driven programming and non-blocking io.</li> <li>Node has a pretty active community. Hop onto their IRC group on freenode and you'll see what I mean</li> <li>I've noticed the above comments push Erlang on the basis that it will be useful to learn a functional programming language. While I agree it's important to expand your skillset and get one of those under your belt, you shouldn't base a project on the fact that you want to learn a new programming style</li> <li>On the other hand, Javascript is already in a paradigm you feel comfortable writing in! Plus it's javascript, so when you write client side code it will look and feel consistent.</li> <li>node's community has already pumped out tons of <a href="http://wiki.github.com/ry/node/modules" rel="noreferrer">modules</a>! There are modules for redis, mongodb, couch, and what have you. Another good module to look into is <a href="http://github.com/visionmedia/express" rel="noreferrer">Express</a> (think Sinatra for node)</li> </ul> <p>Check out the <a href="http://www.yuiblog.com/blog/2010/05/20/video-dahl/" rel="noreferrer">video</a> on yahoo's blog by Ryan Dahl, the guy who actually wrote node. I think that will help give you a better idea where node is at, and where it's going.</p> <p>Keep in mind that node still is in late development stages, and so has been undergoing quite a few changes—changes that have broke earlier code. However, supposedly it's at a point where you can expect the API not to change too much more. So if you're looking for something fun, I'd say node is a great choice.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload