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 … 11 years ago ‐ Also on: Twitter | Favourite Retweet Reply Likes dmpmck favorited this tristanbailey favorited this jeffbski favorited this mark_dong favorited this badgermind favorited this saerdnakire favorited this phuunet favorited this eoinbrazil favorited this asyncjs favorited this Mentions: @glennjones, @hapijs looks really nice. but example in the slides uses GET to add numbers? "method: 'GET', path: '/sum/add/{a}/{b}'" 11 years ago – Srdjan on twitter @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 11 years ago – Glenn Jones on twitter @glennjones maybe: method: 'PUT', path: '/sum/', config: { handler: handlers.sum.add, body: '{arg1: {a}, arg2: {b}}', ... 11 years ago – Srdjan on twitter @glennjones looks good just does not show up on my phone right 11 years ago – Tristan Bailey on twitter @tristanbailey thanks for point out the mobile issues with slides, may have to move from http://markdalgleish.com/projects/fathom/… to http://shwr.me/ 11 years ago – Glenn Jones on twitter