Binary package “node-stream-http” in ubuntu noble

streaming http in browser context

 This module is an implementation of Node.js's native http module for the
 browser. It tries to match Node's API and behavior as closely as
 possible, but some features aren't available, since browsers don't
 give nearly as much control over requests.
 .
 This is heavily inspired by, and intended to replace, http-browserify.
 .
 Node.js is an event-based server-side JavaScript engine.