Slides from @asyncjs talk on @hapijs - http://glennjones.net/presentations/2013-10-10-be-more-hapi… the code is on github - https://github.com/glennjones/be-more-hapi

‐ Also on:
Mentions:
@glennjones, @hapijs looks really nice. but example in the slides uses GET to add numbers? "method: 'GET', path: '/sum/add/{a}/{b}'"
@djidja8 was not sure what verb/input type to use there, how would you have designed it? Went with get url as sum result does not change
@glennjones maybe: method: 'PUT', path: '/sum/', config: { handler: handlers.sum.add, body: '{arg1: {a}, arg2: {b}}', ...
@glennjones looks good just does not show up on my phone right
@tristanbailey thanks for point out the mobile issues with slides, may have to move from http://markdalgleish.com/projects/fathom/… to http://shwr.me/