You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
I would like to spend 10 minutes talking about when and when to not use
server.inject(options, callback)
and when to useserver.method(name, fn, [options])
in the Hapi.js framework. This talk is inspired by issues discovered when usingserver.inject
"improperly", my angle is to educate Hapi users onserver.inject
, discuss the pitfall/temptations, and to discuss some acceptable solutions.The text was updated successfully, but these errors were encountered: