Replying to @ewolff
@ewolff Or on the client. In fact, it's about JS outside of the browser.
1
@stilkov Node is not the only JS outside browser. There are also a ton of JS Map/Reduce frameworks e.g. in CouchDB or MongoDB.
1
1
@ewolff But you can use Node to build network clients just as well as servers. No need to restrict it.
2
@stilkov I guess my point was: people are like "Node.js = high scalability" while more important is "Node = JS on the server"
1
@ewolff I see. My view is it makes async/evented I/O a tolerable option for mere mortals; that's the more important point to me
1
@stilkov Which? BTW async I/O is also an option e.g. with #vertx
1
@ewolff Sure, but of course vert.x is a reaction to Node.
1
@stilkov ...and adds polyglott programming
1
@ewolff Sure, entirely awesome, not questioning that at all. Still, it was created because of Node's popularizing async :-)
1
@stilkov I would argue NodeJS would still be successful with sync I/O - even though that is probably really hard for JS guys.
1
Replying to @ewolff
@ewolff Interesting. My sales pitch on Node is that it's a portable, high-performance async I/O runtime with JS as its DSL

Jun 25, 2013 · 8:18 PM UTC

1
Replying to @stilkov
@stilkov It's the only choice JS guys have to develop a server I would argue.
2
@ewolff Yes, that's probably true. Would be interesting to find out how many JS folks started server programming because of Node.
1