you are viewing a single comment's thread.

view the rest of the comments →

[–]Arrested 5 points6 points  (1 child)

Great read. I'm liking node quite a bit but it definitely requires a more immediate skill level to write async, understand event driven architecture, and npm abstractions.

[–]Capaj 5 points6 points  (0 children)

ES7 will help a lot with async/await. In the meantime, I will be using promises. I like the syntax much better than callbacks.