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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
matthew-andrews avatar

matthew-andrews/isomorphic-fetch

0
View on GitHub↗
6,913 stele·280 fork-uri·JavaScript·MIT·4 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru matthew-andrews/isomorphic-fetchGraficul istoricului de stele pentru matthew-andrews/isomorphic-fetch

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Isomorphic Fetch

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Isomorphic Fetch.
  • visionmedia/superagentAvatar visionmedia

    visionmedia/superagent

    16,650Vezi pe 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
    Vezi pe GitHub↗16,650
  • github/fetchAvatar github

    github/fetch

    25,881Vezi pe 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
    Vezi pe GitHub↗25,881
  • developit/unfetchAvatar developit

    developit/unfetch

    5,712Vezi pe 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
    Vezi pe GitHub↗5,712
  • axios/axiosAvatar axios

    axios/axios

    109,077Vezi pe 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
    Vezi pe GitHub↗109,077
Vezi toate cele 30 alternative pentru Isomorphic Fetch→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale matthew-andrews/isomorphic-fetch?

Principalele funcționalități ale matthew-andrews/isomorphic-fetch sunt: 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.

Care sunt câteva alternative open-source pentru matthew-andrews/isomorphic-fetch?

Alternativele open-source pentru matthew-andrews/isomorphic-fetch includ: 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…