Tagged articles

hapi

4 articles · Page 1 of 1
Java Companion
Java Companion
Jul 3, 2026 · Artificial Intelligence

Turn Your Phone into a Claude Code Remote with Just Two Commands

The article reviews hapi, a lightweight tool that lets you run Claude Code locally while using your phone as a secure remote controller via WireGuard‑TLS encryption, offering simple installation, voice control, command completion, and fine‑grained workspace access without ever sending data to external servers.

Claude CodeTypeScriptWireGuard
0 likes · 8 min read
Turn Your Phone into a Claude Code Remote with Just Two Commands
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.

Backend DevelopmentServer TimingWeb Performance
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.

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