Live data from Hacker News

Node v7.5.0 Released

github.com

1–10 of 142 posts

Re: Node v7.5.0 Released

#3
There is a lot to like about Node. I had a look a couple of years ago but lack of a definitive library to handle callback hell put me off. How is the situation these days?

Re: Node v7.5.0 Released

#5
post #3

There is a lot to like about Node. I had a look a couple of years ago but lack of a definitive library to handle callback hell put me off. How is the situation these days?

These days you can use: Promises, generators and even async/await.

Re: Node v7.5.0 Released

#7
post #3

There is a lot to like about Node. I had a look a couple of years ago but lack of a definitive library to handle callback hell put me off. How is the situation these days?

[deleted]

Re: Node v7.5.0 Released

#8
post #3

There is a lot to like about Node. I had a look a couple of years ago but lack of a definitive library to handle callback hell put me off. How is the situation these days?

[deleted]

Re: Node v7.5.0 Released

#10
post #3

There is a lot to like about Node. I had a look a couple of years ago but lack of a definitive library to handle callback hell put me off. How is the situation these days?

Add --harmony flag to enable stable ES7 features (or transpile with Babel) and use async/await, it's marvellous.
Post reply on HN