Hapi Js
js web framework that emphasizes configuration over code, built-in input validation, and a plugin system, originally developed at Walmart Labs to handle large-scale Black Friday traffic.
4 resources across 1 library
Glossary Terms(4)
Fastify
Fastify is a Node.js web framework designed for high throughput and low overhead, using schema-based JSON validation and serialization along with a plugin arch…
Koa.js
Koa.js is a minimalist Node.js web framework created by the original Express team that uses async functions and a middleware cascade (via the 'onion model') to…
Hapi.js
Hapi.js (often written hapi) is a Node.js web framework that emphasizes configuration over code, built-in input validation, and a plugin system, originally dev…
Restify
Restify is a Node.js framework specifically optimized for building strict, RESTful HTTP APIs, providing built-in support for DTrace, request throttling, versio…