jsfest / 2014-oakland-cfp

Call for proposals for all speakers and events at JSFest Oakland.
24 stars 1 forks source link

server.inject and registered server methods #130

Open blakmatrix opened 9 years ago

blakmatrix commented 9 years ago

I would like to spend 10 minutes talking about when and when to not use server.inject(options, callback) and when to use server.method(name, fn, [options]) in the Hapi.js framework. This talk is inspired by issues discovered when using server.inject "improperly", my angle is to educate Hapi users on server.inject, discuss the pitfall/temptations, and to discuss some acceptable solutions.

hueniverse commented 9 years ago

Have you looked at the recent changes in version 8.0 and how they impact server methods? Want to make sure these changes don't take away from your talk.

blakmatrix commented 9 years ago

I've looked over the changes, the new release's changes shouldn't change my talk.

nvcexploder commented 9 years ago

rad.