Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support hapi v15 server events #13

Open
2 tasks
devinivy opened this issue Sep 1, 2016 · 3 comments
Open
2 tasks

Support hapi v15 server events #13

devinivy opened this issue Sep 1, 2016 · 3 comments

Comments

@devinivy
Copy link
Member

devinivy commented Sep 1, 2016

  • server.event()
  • server.on()
@devinivy devinivy added this to the 1.4.0 milestone Sep 1, 2016
@devinivy devinivy removed this from the 1.4.0 milestone Nov 30, 2016
@devinivy
Copy link
Member Author

If anyone wants to work on this and HC is still pre-v2, just branch from https://github.com/devinivy/haute-couture/tree/extend-manifest.

@devinivy devinivy added this to the 2.0.0 milestone Mar 17, 2017
@bmleight
Copy link
Member

bmleight commented Mar 17, 2017

Can you add a little more detail? As more of a newb to haute-couture and hapi, I'm not sure exactly what you're asking for, but would like to get my paws dirty soon.

@devinivy
Copy link
Member Author

haute-couture maps (file structure <-one-to-one-> hapi plugin methods). For example, calling server.register([plugin1, plugin2], callback) is the same as creating filesplugins/plugin1.js and plugins/plugin2.js when using haute-couture. In hapi v15 two new plugin methods were added– server.on() and server.event(). We want haute-couture to support those two methods by mapping the contents of some files to calls to those methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants