- Using Built-in Plugins
- Overview of Hapi.js built-in plugins:
inert
,vision
,blipp
. - Adding and configuring plugins for static file serving, template rendering, and route documentation.
- Overview of Hapi.js built-in plugins:
- Creating Custom Plugins
- Writing and registering custom plugins.
- Understanding the plugin lifecycle and how to use the
register
method. - Managing dependencies between plugins.
- Advanced Plugin Usage
- Creating plugin options and using plugin configurations.
- Handling plugin-specific routes and logic.
Leave a Reply