Package Exports
- @hapi/glue
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hapi/glue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
glue
glue version 5 only supports hapi 17.
A server composer for hapi.js.
Glue provides configuration based composition of hapi's Server object. Specifically it wraps
server = Hapi.server(Options)
server.register(Plugins, Options)
calling each based on the configuration generated from the Glue manifest.
Interface
Glue's API is a single function compose
accepting a JSON manifest
specifying the hapi server options and registrations.