# General
- GoThinkster Real World Example
- GoThinkster HapiPal Example
- Hapi Coding Conventions
- Future Studio has the best content I've found on Hapi. Some of it is behind paid service.
- Future Studio - Node tutorials repo
- hapi Coding Conventions
- Hapi-Docs - API Docs Generator
- RestHapi -A RESTful API generator for hapi
- hapijs-status-monitor
- hapi-notification-server - Hapi Push Notification Server as a plugin
- Susie - Server-sent events with hapi
- GraphQL for Hapi
- hapi tutorial series code repo
- Joi
- hapi-pal - an ecosystem of tools and best practices for the working hapijs developer
- hapi.js in Action book repo
# Plugins
Boom for friendly error messages
Glue for composing servers
Good for logging
Hoek is a general purpuse utility functions library
Inert provides static file and folder handling
Joi for validating input/output
Nes is a WebSocket adapter plugin for hapi routes
Vision provides template rendering support
Wreck for HTTP client calls
hapi-rate-limitor - A hapi plugin for rate limiting. Simple and easy.
hapi-swagger - Swagger doc for APIs
hapi-auth-jwt2 - JWT Authorization
hapi-error - friendly error page or JSON response
Also have a look at the Plugin section of the Hapi.js website and The extended hapi universe