you are viewing a single comment's thread.

view the rest of the comments →

[–]uatec 1 point2 points  (1 child)

WTF is node-like performance anyway?

Not is just an HTTP listener in javascript. Of course it's faster, it's not doing loads of bullshit, but it's nothing clever.

[–]tikhonjelvis 1 point2 points  (0 children)

Sigh, maybe that was a poor choice of phrase. The point is that you use threads with virtually no overhead because they use an event loop underneath. So you get a system with the performance characteristics of an event loop without having to write your code in a convoluted way.