awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

28 Repos

Awesome GitHub RepositoriesRemote Data Fetching

Utilities for retrieving and parsing data from network resources.

Distinguishing note: Focuses on HTTP-based data retrieval rather than general networking.

Explore 28 awesome GitHub repositories matching web development · Remote Data Fetching. Refine with filters or upvote what's useful.

Awesome Remote Data Fetching GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nushell/nushellAvatar von nushell

    nushell/nushell

    39,743Auf GitHub ansehen↗

    Nushell is a cross-platform shell and programming language designed to treat all input and output as structured data rather than raw text streams. By enforcing data types and command signatures, it provides a consistent environment for building robust, pipeline-oriented workflows. The shell allows users to chain commands that pass structured objects between stages, enabling complex data processing and automation tasks that remain predictable across different operating systems. What distinguishes the project is its focus on interactive data exploration and modular extensibility. Users can quer

    Enables retrieving content from URLs and parsing it into structured formats.

    Rustnushellrustshell
    Auf GitHub ansehen↗39,743
  • ant-design/ant-design-proAvatar von ant-design

    ant-design/ant-design-pro

    38,401Auf GitHub ansehen↗

    Ant Design Pro is a comprehensive starter kit and administrative framework for building enterprise-level admin dashboards and professional user interfaces. It provides a structured project foundation and a set of React admin templates, including pre-defined layout blocks and routing configurations. The framework distinguishes itself by providing a built-in frontend mocking environment and mock-service middleware to simulate backend API responses during development. It also features integrated conversational AI components and assistant pages for embedding intelligent interactions directly into

    Provides utilities for retrieving and parsing data from network resources with standardized API communication.

    TypeScriptadminant-designantd
    Auf GitHub ansehen↗38,401
  • select2/select2Avatar von select2

    select2/select2

    25,972Auf GitHub ansehen↗

    Select2 is a searchable, modular UI framework designed to enhance standard HTML select elements. It transforms basic form controls into interactive, accessible dropdown interfaces that support multi-selection, tagging, and real-time filtering. By providing a robust set of tools for managing complex data inputs, it enables developers to create more responsive and user-friendly selection components. The project is distinguished by its adapter-based architecture, which allows for deep customization of rendering, data processing, and selection logic. Developers can extend core functionality throu

    Provides asynchronous data loading capabilities for dynamic dropdowns and selection interfaces.

    JavaScripthacktoberfestjavascriptjquery
    Auf GitHub ansehen↗25,972
  • nativescript/nativescriptAvatar von NativeScript

    NativeScript/NativeScript

    25,446Auf GitHub ansehen↗

    NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by

    Retrieves data from network endpoints and automatically parses responses into usable formats.

    TypeScriptandroidangularcapacitor
    Auf GitHub ansehen↗25,446
  • apify/crawleeAvatar von apify

    apify/crawlee

    24,002Auf GitHub ansehen↗

    Crawlee is a web scraping framework designed for building scalable, reliable, and distributed data extraction pipelines. It provides a unified interface for managing headless browser automation and lightweight HTTP requests, allowing developers to handle complex web navigation, dynamic content rendering, and large-scale data collection within a single, modular architecture. The project distinguishes itself through its resource-aware concurrency controller, which dynamically scales task execution based on real-time CPU and memory usage to prevent host machine exhaustion. It also features a rob

    Provides utilities for retrieving and parsing data from remote network resources.

    TypeScriptapifyautomationcrawler
    Auf GitHub ansehen↗24,002
  • codehubapp/codehubAvatar von CodeHubApp

    CodeHubApp/CodeHub

    22,662Auf GitHub ansehen↗

    CodeHub is a mobile application designed for managing remote repositories and reviewing code changes directly from a smartphone or tablet. It functions as a mobile client for GitHub, enabling users to browse repositories, monitor project progress, and interact with pull requests while away from a desktop computer. Beyond its repository management capabilities, the application serves as a document conversion utility and software comparison platform. It provides tools for transforming files between various formats while maintaining formatting integrity, as well as resources for evaluating and r

    Fetches remote repository data by mapping network responses directly to local application models.

    C#c-sharpcodehubgithub
    Auf GitHub ansehen↗22,662
  • xiaojieonly/ehviewer_cn_sxjAvatar von xiaojieonly

    xiaojieonly/Ehviewer_CN_SXJ

    22,475Auf GitHub ansehen↗

    EhviewerCNSXJ is a specialized Android client designed for browsing, searching, and downloading image galleries from remote content platforms. It functions as a third-party interface that enables users to access external media collections through a native mobile experience, complete with persistent session management and offline viewing capabilities. The application distinguishes itself through integrated network configuration tools that allow users to bypass regional restrictions by customizing DNS and security protocols directly within the client. It also provides advanced content discove

    Retrieves high-resolution media and metadata from remote servers using optimized network protocols to ensure reliable local storage and viewing.

    Candroidapkc
    Auf GitHub ansehen↗22,475
  • camsong/you-dont-need-jqueryAvatar von camsong

    camsong/You-Dont-Need-jQuery

    20,160Auf GitHub ansehen↗

    This project is a vanilla JavaScript reference guide and implementation collection designed to replace legacy libraries with native browser patterns. It provides a set of native JavaScript patterns for selecting, modifying, and navigating HTML elements, alongside a web API implementation guide for handling events and styles. The project serves as a reference for implementing asynchronous JavaScript patterns using native promises and fetch for remote data and background tasks. It also includes a client-side utility collection for performing data transformations, type validation, and element me

    Implements native fetch patterns for retrieving data from network resources and updating the view.

    JavaScript
    Auf GitHub ansehen↗20,160
  • oneuijs/you-dont-need-jqueryAvatar von oneuijs

    oneuijs/You-Dont-Need-jQuery

    20,161Auf GitHub ansehen↗

    This project is a reference guide and collection of implementation patterns for replacing legacy libraries with native JavaScript. It provides a vanilla JavaScript reference guide, a modern web API cookbook, and a DOM manipulation cheat sheet to help migrate frontend dependencies to standard browser APIs. The project focuses on mapping library functions to native interfaces for DOM manipulation, network requests, and event handling. It includes a utility pattern library for common tasks such as string cleaning, type checking, and element styling. The covered capabilities include DOM element

    Implements native patterns for retrieving and parsing data from network resources using the Fetch API.

    JavaScript
    Auf GitHub ansehen↗20,161
  • geektutu/7days-golangAvatar von geektutu

    geektutu/7days-golang

    16,812Auf GitHub ansehen↗

    This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns

    The framework implements an HTTP client interface to request cached values from remote nodes when a local lookup fails.

    Gogolanglearningscratch
    Auf GitHub ansehen↗16,812
  • ruanyf/react-demosAvatar von ruanyf

    ruanyf/react-demos

    16,471Auf GitHub ansehen↗

    This project is a collection of practical code samples and demonstrations for building user interfaces with React. It serves as a set of examples illustrating common interface patterns, state management techniques, and the implementation of modular, reusable components. The repository provides specific demonstrations for several core development areas. These include samples for retrieving and rendering asynchronous data from external APIs, managing component lifecycles during mounting and unmounting, and handling internal state to sync form inputs. It also includes guides for direct document

    Retrieves data from remote HTTP resources to update the user interface.

    JavaScript
    Auf GitHub ansehen↗16,471
  • twitter/typeahead.jsAvatar von twitter

    twitter/typeahead.js

    16,451Auf GitHub ansehen↗

    typeahead.js is a JavaScript autocomplete library used to build searchable input fields that provide real-time suggestions from local or remote data sources. It functions as a client-side suggestion engine and an asynchronous search interface, providing a customizable UI toolkit for managing search suggestion menus. The library focuses on data aggregation and performance, allowing the combination of multiple local or remote datasets into a single interface grouped by category. It utilizes rate-limited asynchronous fetching to prevent API overloading and employs search data prefetching and loc

    Provides utilities for asynchronously fetching search suggestions from remote HTTP endpoints.

    JavaScript
    Auf GitHub ansehen↗16,451
  • lhorie/mithril.jsAvatar von lhorie

    lhorie/mithril.js

    14,490Auf GitHub ansehen↗

    Mithril.js is a JavaScript framework for building single page applications. It functions as a virtual DOM library and reactive UI framework, providing a system to synchronize application state with visual elements to ensure interfaces update instantly. The toolkit includes a built-in client side router that maps browser URL paths to specific components without reloading the page. It also features an integrated HTTP request client for performing asynchronous network calls to remote APIs for data retrieval and transmission. The framework covers broad capabilities for frontend development, incl

    Provides utilities for retrieving and parsing data from remote network resources asynchronously.

    JavaScript
    Auf GitHub ansehen↗14,490
  • tomnomnom/gronAvatar von tomnomnom

    tomnomnom/gron

    14,457Auf GitHub ansehen↗

    Gron is a command line utility that transforms nested JSON data into a flat list of path-value assignments. This process converts hierarchical structures into line-based statements, mapping every leaf value to its absolute path to make the data compatible with standard text-processing tools. The tool allows for the bidirectional transformation of data, enabling the reconstruction of original nested JSON objects from flattened path assignments. It can ingest JSON from local files, standard input, or remote URLs, with the ability to route network traffic through proxy servers. The utility supp

    Retrieves JSON payloads from remote URLs using HTTP requests with proxy and timeout support.

    Goclijson
    Auf GitHub ansehen↗14,457
  • selectize/selectize.jsAvatar von selectize

    selectize/selectize.js

    13,022Auf GitHub ansehen↗

    Selectize.js is a jQuery-based autocomplete library and tagging interface component. It functions as a searchable selection tool that combines a text input field with a dropdown select box to facilitate fast item lookup and the management of discrete tags. The project specializes in remote data input, allowing it to fetch, rank, and integrate options from a server in real-time as a user types. It utilizes a weighted search ranking system to score and sort results by scanning multiple text fields for relevance. The library covers a broad range of user interface capabilities, including multi-s

    Provides utilities for retrieving and parsing remote data from servers in real-time as the user types.

    SCSS
    Auf GitHub ansehen↗13,022
  • wenzhixin/bootstrap-tableAvatar von wenzhixin

    wenzhixin/bootstrap-table

    11,820Auf GitHub ansehen↗

    Bootstrap Table is a jQuery plugin for rendering interactive data grids with sorting, pagination, and filtering. It features a remote data integration system for fetching and synchronizing content from JSON endpoints using AJAX and server-side processing. The project includes a styling layer that adapts markup to work with various CSS frameworks, such as Bootstrap, Semantic UI, Bulma, and Material Design. It provides specialized rendering modes, including a hierarchical tree grid for parent-child row relationships and a responsive card-view table that transforms grids into mobile-friendly lay

    Provides mechanisms to load table data from remote JSON endpoints using AJAX and custom query parameters.

    JavaScriptbootstrapbootstrap-tablebulma
    Auf GitHub ansehen↗11,820
  • reduxjs/redux-toolkitAvatar von reduxjs

    reduxjs/redux-toolkit

    11,213Auf GitHub ansehen↗

    Redux Toolkit is a state management toolkit and store configurator designed to simplify the development of Redux applications by reducing boilerplate code. It functions as an immutable state manager and a centralized store configuration system that provides a streamlined workflow for managing global application state. The project distinguishes itself through an automated async action orchestrator that manages the lifecycle of promises by automatically dispatching pending, fulfilled, and rejected actions. It also acts as a normalized state organizer, providing tools to structure complex relati

    Provides utilities for retrieving and parsing data from network resources via a standardized interface.

    TypeScript
    Auf GitHub ansehen↗11,213
  • pagekit/vue-resourceAvatar von pagekit

    pagekit/vue-resource

    10,002Auf GitHub ansehen↗

    vue-resource is a network library for making asynchronous HTTP requests and synchronizing remote server data with Vue.js application state. It functions as a REST API client for exchanging data between a web browser and a server using standard RESTful protocols. The library features a pipeline for modifying outgoing network requests and incoming responses to handle authentication and global error logging. It acts as an asynchronous data fetcher that retrieves remote resources and automatically updates the user interface when server responses arrive. The project provides an adapter-based tran

    Fetches data from remote servers and automatically updates the application state upon arrival.

    JavaScripthttp-clientjavascriptvue
    Auf GitHub ansehen↗10,002
  • snapappointments/bootstrap-selectAvatar von snapappointments

    snapappointments/bootstrap-select

    9,826Auf GitHub ansehen↗

    Bootstrap Select is a jQuery plugin that replaces standard HTML select elements with a stylized interface. It functions as a custom dropdown menu that transforms native browser inputs into accessible form components. The project differentiates itself by providing real-time search filtering, multi-select data entry, and the ability to populate selection lists dynamically via remote JSON sources. To maintain browser performance when handling large datasets, it utilizes virtual rendering to display only the visible subset of options. The component includes accessibility support through ARIA att

    Retrieves selection data from remote JSON sources to populate dropdown lists asynchronously.

    JavaScriptbootstrapdropdownjavascript
    Auf GitHub ansehen↗9,826
  • elm/compilerAvatar von elm

    elm/compiler

    7,794Auf GitHub ansehen↗

    This project is a functional programming compiler and JavaScript transpiler that transforms a statically typed language into optimized JavaScript for web browsers. It serves as a frontend architecture framework, providing a static type system and a package manager that enforces semantic versioning. The compiler uses a type-checking engine with automatic type inference to prevent runtime errors and guide code refactoring. It implements a structural pattern for managing application state and rendering user interfaces through a virtual DOM, utilizing immutable data and purity-based state transit

    Provides utilities for retrieving and parsing data from remote HTTP network resources.

    Haskellcompilerelm
    Auf GitHub ansehen↗7,794
Vorherige12Nächste
  1. Home
  2. Web Development
  3. Remote Data Fetching