const service = new Microfleet({
name: 'http-server',
plugins: [
'validator', // essensial plugin
'logger', // essensial plugin
'hapi',
],
hapi: {
// server: Hapi server options
// plugins: list of plugins
// views: list of views (e.g. html templates)
}
})
await service.connect()
// service.hapi -- instance of Hapi server
@microfleet/plugin-hapi
7.0.0 • Public • Published Readme
Keywords
nonePackage Sidebar
Install
npm i @microfleet/plugin-hapi
Repository
Weekly Downloads
28
Version
7.0.0
License
MIT
Unpacked Size
27 kB
Total Files
34