Tag

HTTP import

1 views collected around this technical thread.

JavaScript
JavaScript
Mar 8, 2022 · Backend Development

How Node.js v17.6 Enables Direct HTTP/HTTPS Module Imports

Node.js v17.6 introduces an experimental feature that lets developers import modules straight from HTTP or HTTPS URLs, closing the gap with Deno and mirroring the HTTPS import capability of ES6 modules in browsers.

DenoES6 modulesHTTP import
0 likes · 1 min read
How Node.js v17.6 Enables Direct HTTP/HTTPS Module Imports
Taobao Frontend Technology
Taobao Frontend Technology
Feb 18, 2021 · Backend Development

Can HTTP Imports Replace npm? Exploring Deno, ESM, and CDN‑Based Module Loading

From revisiting Deno’s impact on package management to introducing the imove visual workflow library, this article examines HTTP‑based module imports, ESM loaders, CDN services like esm.run, and the challenges of replacing Node’s npm ecosystem, highlighting practical code examples and future directions for JavaScript runtimes.

DenoESMHTTP import
0 likes · 8 min read
Can HTTP Imports Replace npm? Exploring Deno, ESM, and CDN‑Based Module Loading