Hacker News new | ask | show | jobs
by Pickels 5186 days ago
Except Node.js isn't a framework for building websites/web applications.

Also from the article: You'll not have headaches regarding concurrency (at first), but you'll have them when dealing with callbacks. For some cases I almost ended up with one callback per line, that's crazy!

People that write stuff like that are very ignorant and are probably trying to write Javascript like they write their Java.

1 comments

This example comes from a popular library https://github.com/christkv/node-mongodb-native/blob/master/...