left or right When I choose to turn left Then I should see “Eaten by a dragon” Scenario: Player Turns Right Given I am asked to turn left or right When I choose to turn left Then I should see “You found the Princess” Monday, 13 February 12
Servers Load balancers Message queues 3rd party APIs ..more Unlimited things Millions of users. Phones, Tablets, TVs Billboards, Fridges more.. Monday, 13 February 12
var page = http.get(url); save(page); }); db.query("select * from urls", function (urls) { urls.each(function(url) { http.get(url, function (page) { save(page); }); }); }); Jacek Becela http://www.slideshare.net/jacekbecela/introduction-to-nodejs Monday, 13 February 12