http-node

JSON →
library 1.2.0 ·javascript maintenance
verified Jun 4, 2026

A standalone repackaging of Node.js's built-in http module (version v6.3.0) as an npm package. It provides the original Node.js HTTP implementation, not a browser shim, and depends on the net module (e.g., chrome-net for Chrome Apps). Useful for running Node.js HTTP code on non-Node.js JavaScript platforms with TCP socket support. Currently at version 1.2.0, with no recent updates; considered stable but outdated.