Tag

hapi

0 views collected around this technical thread.

UC Tech Team
UC Tech Team
Jan 7, 2019 · Backend Development

Using the Server‑Timing Header to Measure Server Performance

The article explains how the Server‑Timing HTTP header can be used to transmit arbitrary server‑side metrics to the client, shows how to send multiple timing values, demonstrates Chrome DevTools support, warns about exposing sensitive data, and introduces a small hapi plugin that simplifies adding the header.

Performance MonitoringServer Timingbackend development
0 likes · 3 min read
Using the Server‑Timing Header to Measure Server Performance
Qunar Tech Salon
Qunar Tech Salon
Mar 16, 2017 · Backend Development

An Overview of Hapi.js: Features, Advantages, and Usage

This article introduces the Hapi.js framework, detailing its configuration‑centric design, key advantages, basic hello‑world setup with code examples, core dependencies, plugin ecosystem, boilerplate structures, and overall strengths and weaknesses for building high‑performance API services.

APIBackendPlugins
0 likes · 15 min read
An Overview of Hapi.js: Features, Advantages, and Usage