node-fetch: Detailed Overview & Metrics

v3.3.2(about 1 year ago)

This package was last published over a year ago. It may not be actively maintained.Types definitions are bundled with the npm packageNumber of direct dependencies: 3Monthly npm downloads

Node-fetch is a light-weight module that brings window.fetch to Node.js environment, allowing you to make HTTP requests in a simple and efficient way. It provides a modern, Promise-based API for fetching resources over the network, supporting features like streaming responses, custom headers, and handling different types of data.

Compared to other popular HTTP client libraries like Axios or Request, Node-fetch stands out for its simplicity and adherence to the Fetch API standard. It is actively maintained and widely used in Node.js projects for its ease of use and compatibility with modern JavaScript standards.

Tags: node.jshttpfetchpromise-basednetwork