nodejs.

Everything we've published on nodejs across guides, agents, hardware reviews and glossary entries — 5 entries in total.

Guides (5)

  • Node.js 22 in prootRuntime · 2026-02-18

    Installing a pre-compiled Node.js 22.12.0 ARM binary directly inside the proot Ubuntu rootfs, bypassing broken dpkg/apt and the outdated Termux-native Node v12.

  • hijack.js (Bionic Bypass + GC + Lazy Loading)Runtime · 2026-02-18

    Monkey-patch Node.js internals via -r flag to fix Android 6 bionic crashes, add GC, lazy loading, and dashboard endpoints.

  • Native node22-icu (proot eliminated)Runtime · 2026-02-18

    Cross-compile Node.js 22 with NDK r26c and small-icu for ARM32 Android, eliminating proot with an 8.4 KB LD_PRELOAD shim.

  • Low-Memory Mode (--max-old-space-size)RAM · 2026-02-18

    Configure V8 heap limit to prevent OOM kills on 1 GB Android device, starting at 384 MB and refined down to 112 MB.

  • UV_THREADPOOL_SIZE=1RAM · 2026-02-18

    Reduce libuv thread pool from 4 to 1 on single-core ARM32, saving 2 MB RAM with zero performance impact.