Hacker News new | ask | show | jobs
by yawnt 5235 days ago
i fail at seeing the point in forcing javascript to act synchronously
1 comments

You end up with less code that's easier to maintain, in my experience. Check out this presentation I gave on the topic: http://www.slideshare.net/olegp/server-side-javascript-going...
thx, i'll have a look