- Plugins
- Proxy
- Static
- Views (JS templates)
- Community (
Blipp
,Good
,Hoek
etc)
- Testing
Lab
has a lot built in: coverage, linter (.eslint
), random orderCode
handles assertions
Server.inject
allows us to execute handlers without making a socket connection.
Injection is useful for testing purposes as well as for invoking routing logic internally without the overhead or limitations of the network stack.