Comment on Node.js - A Giant Step BackwardsparentComments−rodion_8915yHonestly, if you have ever done anything substantial in JavaScript then asynchronous functions with a callback pattern should not be such an issue.Perhaps if your background is more on the lines of traditional server-side web development (ie. PHP, Django, Rails) then this is some new territory.
Comments
Honestly, if you have ever done anything substantial in JavaScript then asynchronous functions with a callback pattern should not be such an issue.
Perhaps if your background is more on the lines of traditional server-side web development (ie. PHP, Django, Rails) then this is some new territory.