awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
matthew-andrews avatar

matthew-andrews/isomorphic-fetch

0
View on GitHub↗
6,913 stars·280 forks·JavaScript·MIT·4 vues

Isomorphic Fetch

isomorphic-fetch is a cross-runtime fetch API and isomorphic HTTP client that provides a standardized request interface across different JavaScript environments. It functions as a WHATWG fetch polyfill, ensuring that network request logic behaves identically in both web browsers and Node.js.

The project enables universal JavaScript development by allowing a single codebase to perform HTTP requests without environment-specific code. It integrates the fetch interface into Node.js and supports application bundling for the browser.

Features

  • Fetch Polyfills - Provides a comprehensive polyfill of the Fetch API for environments that lack native support.
  • Cross-Platform HTTP Clients - Provides a cross-platform HTTP client that works identically in web browsers and Node.js.
  • Isomorphic HTTP Clients - Functions as an isomorphic HTTP client providing a consistent API across browser and Node.js runtimes.
  • Node.js Runtime Integration - Integrates the standardized WHATWG Fetch interface into the Node.js runtime environment.
  • Network Request Clients - Acts as a network request client that provides a consistent interface for executing HTTP calls across runtimes.
  • Platform-Specific API Implementations - Implements a unified interface that maps to platform-specific implementations to ensure WHATWG specification compliance.
  • Fetch API Implementations - Brings the web-standard Fetch API implementation to non-browser runtimes like Node.js.
  • Fetch API Wrappers - Wraps the internal Node.js http module to mimic the asynchronous behavior and API of the browser fetch.
  • Runtime Driver Injection - Loads the appropriate network driver at runtime to maintain a single unified interface for the end user.
  • Runtime Environment Detectors - Implements environment-based conditional exports to switch between browser and Node.js fetch implementations.
  • Universal Data Fetching Utilities - Provides universal data fetching utilities that execute network requests in both server and client environments.
  • HTTP Clients - Isomorphic fetch API for Node and browser.
  • Utility Libraries - Universal fetch implementation for network requests.
  • Ajax模块 - Listed in the “Ajax模块” section of the Awesome Frontend awesome list.

Historique des stars

Graphique de l'historique des stars pour matthew-andrews/isomorphic-fetchGraphique de l'historique des stars pour matthew-andrews/isomorphic-fetch

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Isomorphic Fetch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Isomorphic Fetch.
  • visionmedia/superagentAvatar de visionmedia

    visionmedia/superagent

    16,650Voir sur GitHub↗

    Superagent is a cross-platform JavaScript HTTP client and Ajax library used for exchanging data between clients and servers. It provides a consistent API for making network requests that works identically across both Node.js and web browser environments. The library features a request pipeline that allows for the addition of custom behaviors to outgoing network calls. This system supports the implementation of specialized functions such as request throttling, caching, and the automatic signing of outgoing data.

    JavaScript
    Voir sur GitHub↗16,650
  • github/fetchAvatar de github

    github/fetch

    25,881Voir sur GitHub↗

    This project is a JavaScript fetch polyfill and HTTP client library. It implements the Fetch API in environments that lack native browser support for web requests, providing a promise-based network wrapper for executing asynchronous HTTP calls and managing responses. The library ensures a consistent interface across different JavaScript runtimes by mapping raw network data into standardized request and response objects. It utilizes the XMLHttpRequest object to perform network operations in environments where a native fetch implementation is unavailable. The tool covers HTTP request managemen

    JavaScript
    Voir sur GitHub↗25,881
  • developit/unfetchAvatar de developit

    developit/unfetch

    5,712Voir sur GitHub↗

    unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing network requests consistently across both browser and server environments. It serves as a lightweight implementation of the Fetch API for environments that lack native support for making network requests. The library enables the retrieval of web resources as text, JSON, or binary blobs while maintaining a small memory footprint. It functions as a polyfill by installing the fetch interface into the global namespace when native browser support is unavailable. The tool covers broad ca

    JavaScript
    Voir sur GitHub↗5,712
  • axios/axiosAvatar de axios

    axios/axios

    109,077Voir sur GitHub↗

    Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different JavaScript execution environments, including the browser and Node.js. It functions as a JSON API client that serializes JavaScript objects into JSON and parses server responses into structured data. The project features a system for managing reusable client instances with shared configurations, such as base URLs and default settings. It includes a mechanism for intercepting outgoing requests and incoming responses globally, allowing data to be transformed before it reaches the

    JavaScripthacktoberfesthttp-clientjavascript
    Voir sur GitHub↗109,077
Voir les 30 alternatives à Isomorphic Fetch→

Questions fréquentes

Que fait matthew-andrews/isomorphic-fetch ?

isomorphic-fetch is a cross-runtime fetch API and isomorphic HTTP client that provides a standardized request interface across different JavaScript environments. It functions as a WHATWG fetch polyfill, ensuring that network request logic behaves identically in both web browsers and Node.js.

Quelles sont les fonctionnalités principales de matthew-andrews/isomorphic-fetch ?

Les fonctionnalités principales de matthew-andrews/isomorphic-fetch sont : Fetch Polyfills, Cross-Platform HTTP Clients, Isomorphic HTTP Clients, Node.js Runtime Integration, Network Request Clients, Platform-Specific API Implementations, Fetch API Implementations, Fetch API Wrappers.

Quelles sont les alternatives open-source à matthew-andrews/isomorphic-fetch ?

Les alternatives open-source à matthew-andrews/isomorphic-fetch incluent : visionmedia/superagent — Superagent is a cross-platform JavaScript HTTP client and Ajax library used for exchanging data between clients and… github/fetch — This project is a JavaScript fetch polyfill and HTTP client library. It implements the Fetch API in environments that… developit/unfetch — unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing… bitinn/node-fetch — node-fetch is a lightweight HTTP client library that implements the browser-standard Fetch API for Node.js. It… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… node-fetch/node-fetch — node-fetch is a promise-based HTTP client library that provides a lightweight implementation of the Fetch API for the…