awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

JavaScript Caching Libraries

Ranking updated 12. Juli 2026

For best javascript caching libraries, the strongest matches are cloudflare/workers-rs (The Cloudflare Workers Rust SDK is a toolchain and), vercel/swr (SWR is a data fetching library that provides a) and tencent/vassonic (VasSonic is a hybrid mobile app framework for Android). googlechromelabs/squoosh and dotheevo/selfhosted-apps-docker round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Wir kuratieren Open-Source GitHub Repositories passend zu „best javascript caching libraries“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.

JavaScript Caching Libraries

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cloudflare/workers-rsAvatar von cloudflare

    cloudflare/workers-rs

    3,337Auf GitHub ansehen↗

    The Cloudflare Workers Rust SDK is a toolchain and framework for building high-performance serverless functions using Rust. It compiles code into WebAssembly modules that execute within a sandboxed host environment at the edge. The project provides a typed remote procedure call system for invoking functions across different worker instances and utilizes procedural macros for mapping these distributed interfaces. It uses trait-based bindings and standardized wrappers to provide type-safe access to platform services and web-standard request and response objects. The SDK covers a broad range of

    RustServerless Function DevelopmentWasm Execution EnginesAsync Event Loop Runtimes
    Auf GitHub ansehen↗3,337
  • vercel/swrAvatar von vercel

    vercel/swr

    32,406Auf GitHub ansehen↗

    SWR is a data fetching library that provides a collection of hooks for managing remote data synchronization, caching, and state updates in web applications. It employs a declarative approach to handle complex network request lifecycles and dependency chains, ensuring that client-side application state remains consistent with server data through automatic revalidation and background updates. The library distinguishes itself through a reactive cache layer that automatically synchronizes local state with remote sources based on component lifecycle events. It features event-driven revalidation, w

    TypeScriptData Fetching LibrariesData Fetching State ManagementServer-Side Data Prefetching
    Auf GitHub ansehen↗32,406
  • tencent/vassonicAvatar von Tencent

    Tencent/VasSonic

    11,860Auf GitHub ansehen↗

    VasSonic is a hybrid mobile app framework for Android and iOS designed to optimize the loading speed of web views. It functions as a web view performance optimizer and a mobile web resource cache, utilizing an HTML differential update engine to minimize remote network fetches and reduce first-screen load times. The framework distinguishes itself by splitting HTML into static templates and dynamic data, calculating differences between server state and cached content to send only modified fragments. It employs a native-to-JavaScript bridge to sync these server-side data updates directly into th

    JavaDifferential HTML UpdatingHTML Differential Update EnginesContent Caching Accelerators
    Auf GitHub ansehen↗11,860
  • googlechromelabs/squooshAvatar von GoogleChromeLabs

    GoogleChromeLabs/squoosh

    24,771Auf GitHub ansehen↗

    Squoosh is a browser-based image optimizer that compresses and converts image files directly within the local environment. By performing all operations on the user device, it eliminates the need for server-side processing, ensuring that sensitive data remains private and reducing network latency. The tool utilizes a collection of high-performance image codecs compiled via WebAssembly to provide professional-grade file optimization and format conversion. To maintain interface responsiveness during resource-intensive tasks, the application offloads image manipulation to background threads and u

    TypeScriptBrowser-Based Image OptimizersImage Optimization ToolsClient-Side Media Processing
    Auf GitHub ansehen↗24,771
  • dotheevo/selfhosted-apps-dockerAvatar von DoTheEvo

    DoTheEvo/selfhosted-apps-docker

    2,833Auf GitHub ansehen↗

    This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source services on a home server. It primarily utilizes Docker and Docker Compose to automate the orchestration, lifecycle management, and deployment of containerized applications. The repository provides a comprehensive suite for self-hosted infrastructure, covering network management tools, media streaming, and home automation. It includes specialized configurations for securing internal services via reverse proxies, WireGuard VPN tunnels, and automated SSL/TLS certificate manageme

    ShellCompose OrchestrationsDocker Compose DeploymentsHome Server Orchestration
    Auf GitHub ansehen↗2,833
  • tanstack/queryAvatar von TanStack

    TanStack/query

    49,761Auf GitHub ansehen↗

    This project provides a comprehensive suite of tools for managing asynchronous state and building full-stack web applications. At its core, it functions as a centralized synchronization layer that automates data fetching, caching, and background revalidation, ensuring that remote server data remains consistent with the local user interface. By utilizing a declarative, hook-based programming model, it simplifies the management of complex data lifecycles and loading states. The project distinguishes itself through a headless design philosophy that decouples business logic from visual presentati

    TypeScriptAsynchronous State ManagementAsynchronous State ManagersData Synchronization Libraries
    Auf GitHub ansehen↗49,761
  • airbnb/javascriptAvatar von airbnb

    airbnb/javascript

    148,081Auf GitHub ansehen↗

    This project provides a comprehensive set of coding standards and style guidelines for JavaScript development. It covers fundamental language syntax, formatting conventions, and best practices for managing variables, functions, objects, and modern language features. The documentation serves as a reference for maintaining consistent code quality across projects. In addition to general language standards, the guide includes specific conventions for building and organizing user interface components. These guidelines address structural patterns, component lifecycle management, and stylistic rules

    JavaScriptComponent Architecture PrinciplesCode Quality and StandardsCode Quality and Utilities
    Auf GitHub ansehen↗148,081
  • tanstack/tableAvatar von TanStack

    TanStack/table

    28,119Auf GitHub ansehen↗

    TanStack Table is a headless, framework-agnostic engine designed for building complex data grids and managing tabular state. By decoupling data processing logic from the visual rendering layer, it allows developers to implement custom user interfaces while offloading sophisticated operations like sorting, filtering, grouping, and pagination to a unified, performant core. The library distinguishes itself through its commitment to type safety and environment flexibility. It leverages strict type definitions to ensure data integrity across the entire application and utilizes an adapter pattern t

    TypeScriptData Table State ManagersData TablesFramework Agnostic UI Logic
    Auf GitHub ansehen↗28,119
  • ecomfe/specAvatar von ecomfe

    ecomfe/spec

    4,605Auf GitHub ansehen↗

    Spec is a comprehensive set of frontend coding standard specifications and project architecture guides. It provides a framework for organizing directory structures, module dependencies, and package layouts to create scalable and predictable codebases. The project defines rigorous governance standards for React components, including specific naming conventions and structural patterns for props. It also establishes a JSON API data specification to ensure predictable communication between system components through standardized exchange formats and HTTP response structures. The specification cov

    Frontend Code GovernanceBusiness-Logic Based OrganizationCode Style Standardization
    Auf GitHub ansehen↗4,605
  • jquery/jqueryAvatar von jquery

    jquery/jquery

    59,825Auf GitHub ansehen↗

    jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies. The library distinguishes itself through a dedicated CSS selector engine that parses strings into executable functions for element location. It incorporates a state machine for managing asynchronous operations and a feature-detection strategy that probes the environment to execute code p

    JavaScriptCross-Browser AbstractionsDOM Manipulation LibrariesEvent Managers
    Auf GitHub ansehen↗59,825
  • pedroslopez/whatsapp-web.jsAvatar von pedroslopez

    pedroslopez/whatsapp-web.js

    22,024Auf GitHub ansehen↗

    This project is a Node.js framework designed for headless browser automation, enabling the creation of automated messaging clients. It functions by controlling a headless browser instance to programmatically interact with the messaging interface, allowing developers to simulate user sessions and manage complex chat workflows. The library distinguishes itself through its comprehensive session management and event-driven architecture. It supports persistent authentication by serializing session data to local or remote storage, ensuring that automated clients can maintain continuous connectivity

    JavaScriptMessaging Automation ClientsGroup Administration ToolsHeadless Browser Automation
    Auf GitHub ansehen↗22,024
  • freecodecamp/devdocsAvatar von freeCodeCamp

    freeCodeCamp/devdocs

    39,102Auf GitHub ansehen↗

    DevDocs is an offline-first web application that functions as a unified documentation aggregator. It collects multiple technical API references into a single, searchable interface, allowing users to access complex software documentation without an active internet connection. The platform distinguishes itself through a high-performance, client-side architecture that enables instant filtering and retrieval of documentation. By utilizing in-memory search indexing and local browser storage, it eliminates the need for server-side round trips, ensuring that syntax and library details are available

    RubyDocumentation ComponentsDocumentation CollectionsTechnical Reference Libraries
    Auf GitHub ansehen↗39,102
  • wearehive/project-guidelinesAvatar von wearehive

    wearehive/project-guidelines

    29,458Auf GitHub ansehen↗

    This project is a comprehensive set of architectural and coding standards for organizing and maintaining high-quality JavaScript applications. It provides a framework for JavaScript project best practices across the full software development lifecycle, establishing unified guidelines for project organization and development. The guidelines cover specific standards for REST API design, utilizing resource-oriented interfaces and standardized HTTP methods. It also includes a web accessibility standard focused on semantic HTML and automated audits, alongside a defined Git workflow standard for br

    JavaScriptProject Layout StandardsProject Organization StandardsAPI Access Security
    Auf GitHub ansehen↗29,458
  • naptha/tesseract.jsAvatar von naptha

    naptha/tesseract.js

    38,141Auf GitHub ansehen↗

    Tesseract.js is a JavaScript library that provides optical character recognition capabilities directly within web browsers and Node.js environments. It functions as a client-side engine, enabling the conversion of images containing printed text into machine-readable strings without the need for external APIs or server-side infrastructure. The library distinguishes itself by running the original C++ optical character recognition engine within the browser through WebAssembly modules. To maintain interface responsiveness during intensive computation, it utilizes background threads for parallel p

    JavaScriptOptical Character Recognition LibrariesWeb-Based Text RecognitionWebAssembly
    Auf GitHub ansehen↗38,141
  • addyosmani/essential-js-design-patternsAvatar von addyosmani

    addyosmani/essential-js-design-patterns

    4,910Auf GitHub ansehen↗

    This project is a library and software architecture guide focused on the implementation of classic design patterns in JavaScript. It provides a collection of concrete coding examples that translate theoretical architectural patterns into working code to improve software maintainability and scalability. The repository focuses on structural and behavioral patterns used to solve common software engineering problems. It offers a set of templates and standards for organizing complex logic and managing frontend code organization. The content covers broad capability areas including professional Jav

    HTMLJavaScript ImplementationsDesign Pattern ImplementationsJavaScript Implementations
    Auf GitHub ansehen↗4,910
  • bigskysoftware/htmxAvatar von bigskysoftware

    bigskysoftware/htmx

    48,210Auf GitHub ansehen↗

    HTMX is a hypermedia-driven frontend library that enables the creation of dynamic, asynchronous web applications by extending standard HTML attributes. It functions as a declarative engine that intercepts browser events to trigger network requests, allowing developers to update specific regions of the document with server-rendered HTML fragments. By shifting the logic of UI composition to the server, it minimizes the need for complex client-side state management and imperative JavaScript. The library distinguishes itself through a progressive enhancement workflow that ensures web interfaces r

    JavaScriptHypermedia-Driven Frontend LibrariesDeclarative DOM Manipulation LibrariesDeclarative Orchestration
    Auf GitHub ansehen↗48,210
  • tholian-network/stealthAvatar von tholian-network

    tholian-network/stealth

    1,139Auf GitHub ansehen↗

    Stealth is a distributed automation engine designed for headless browser orchestration, web scraping, and decentralized network coordination. It functions as a peer-to-peer framework that enables multiple nodes to align automated tasks, share cached web resources, and route traffic through a decentralized proxy architecture. By abstracting the underlying browser implementation, the project provides a unified interface for executing navigation and data extraction workflows across diverse environments. The platform distinguishes itself through its ability to synchronize browser sessions and aut

    JavaScriptHeadless Browser OrchestratorsPeer-to-Peer Headless BrowsersAutomated Web Scraping
    Auf GitHub ansehen↗1,139
  • corentinth/it-toolsAvatar von CorentinTh

    CorentinTh/it-tools

    39,343Auf GitHub ansehen↗

    This project is a browser-based developer toolkit that provides a collection of offline-first utilities for common data transformations and encoding tasks. It functions as a static web application, bundling multiple independent productivity tools into a single-page interface designed for rapid technical task execution. The suite operates entirely on the client side, ensuring that all data processing occurs locally within the user browser without requiring a backend server or external service dependencies. This architecture prioritizes privacy and security by keeping sensitive information off

    VueBrowser-Based ToolkitsSingle-Page ApplicationsDeveloper Productivity Tools
    Auf GitHub ansehen↗39,343
  • the-pocket/pocketflow-tutorial-codebase-knowledgeAvatar von The-Pocket

    The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge

    12,396Auf GitHub ansehen↗

    This project is a comprehensive suite of AI tools and frameworks, featuring an LLM multi-agent orchestrator, an autonomous agent runtime, and a stateful application framework. It provides the infrastructure to build and manage specialized AI agents capable of coordinating complex tasks through graph-based workflows and shared state. The system is distinguished by its implementation of the Model Context Protocol, allowing for standardized resource discovery and communication between AI clients and servers. It further includes an AI-powered documentation generator designed to analyze source cod

    PythonAutonomous Agent OrchestratorsGraph-Based Workflow OrchestratorsMulti-Agent Orchestrators
    Auf GitHub ansehen↗12,396
  • remix-run/remixAvatar von remix-run

    remix-run/remix

    33,074Auf GitHub ansehen↗

    Remix is a full-stack web framework designed to manage data loading, mutations, and routing through standard web platform APIs. It functions as a server-side rendering framework that unifies server-side data processing and client-side interactivity within a single development model, ensuring applications remain consistent across diverse environments. The framework distinguishes itself by utilizing native web platform APIs for all request and response handling, including a declarative data mutation layer that synchronizes server-side database updates with client-side UI transitions via standar

    TypeScriptFull-Stack Web FrameworksServer-Side Rendering FrameworksDeclarative Data Mutation Layers
    Auf GitHub ansehen↗33,074
  • tannerlinsley/react-queryAvatar von tannerlinsley

    tannerlinsley/react-query

    49,769Auf GitHub ansehen↗

    React Query is an asynchronous state management library and data fetching orchestrator designed to fetch, cache, and synchronize server state in web applications. It functions as a server-state cache manager that handles asynchronous data requests to keep local application state in sync with a remote server. The library implements a stale-while-revalidate cache pattern, which provides immediate access to cached data while triggering background updates to maintain consistency. It further supports optimistic user interface updates, allowing the interface to change immediately during data mutati

    TypeScriptServer State ManagersAsynchronous Data CachingAsynchronous Data Fetching
    Auf GitHub ansehen↗49,769
  • vitejs/viteAvatar von vitejs

    vitejs/vite

    81,611Auf GitHub ansehen↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the development phase. By maintaining an environment-aware module graph, it supports concurrent development across client, server, and custom runtime environments. The project distinguishes itself through a high-performance development server that utilizes a hot module replacement pr

    TypeScriptAPIsApplication ServersDevelopment Servers
    Auf GitHub ansehen↗81,611
  • rwaldron/idiomatic.jsR

    rwaldron/idiomatic.js

    25,712Auf GitHub ansehen↗

    This project is a JavaScript style guide and a set of coding standards designed to ensure codebase consistency. It provides a collection of best practices for writing maintainable and idiomatic code, focusing on variable naming, type checking, and execution context. The project serves as a static analysis guide, offering frameworks and guidelines for using linters and automated tools to identify bugs and verify code correctness before deployment. It establishes standards for formatting, syntax, and variable declarations to standardize code style across a project. The scope of the project cov

    JavaScript Style GuidesCoding Standard MappingsCoding Standards
    Auf GitHub ansehen↗25,712
  • modernizr/modernizrAvatar von Modernizr

    Modernizr/Modernizr

    25,680Auf GitHub ansehen↗

    Modernizr is a browser feature detection library that determines which web technologies are supported by a user's browser by executing small snippets of code to verify actual capabilities. By avoiding reliance on unreliable user-agent strings, it provides a reliable foundation for progressive enhancement, allowing developers to build interfaces that adapt their functionality and styling based on the specific features available in the client environment. The project distinguishes itself through a configuration-driven build system that generates custom, minimized JavaScript files containing onl

    JavaScriptBrowser Feature Detection LibrariesFeature Detection LibrariesProgressive Enhancement Tools
    Auf GitHub ansehen↗25,680
  • gitui-org/gituiAvatar von gitui-org

    gitui-org/gitui

    22,116Auf GitHub ansehen↗

    GitUI is a terminal-based interface for managing Git repositories, providing an interactive environment for executing version control operations, inspecting commit logs, and navigating file hierarchies. It functions as a keyboard-driven client that allows users to stage changes, manage branches, and review project history directly from the command line. The application distinguishes itself through a focus on interface responsiveness and user-defined workflows. It utilizes background thread offloading and asynchronous data caching to maintain performance during complex operations, while offeri

    RustVersion Control ClientsGit Command EnhancementsTerminal-Based Version Control Interfaces
    Auf GitHub ansehen↗22,116
  • evanw/esbuildAvatar von evanw

    evanw/esbuild

    39,934Auf GitHub ansehen↗

    esbuild is a high-performance JavaScript bundler and transpiler designed to transform modern web assets into production-ready code. Built with a focus on speed, it utilizes a concurrent execution model to perform parsing, linking, and code generation across multiple CPU cores. The engine handles a wide range of tasks, including TypeScript compilation, JSX transformation, and CSS bundling, while maintaining a consistent build process across diverse environments. What distinguishes the project is its architecture, which leverages memory-mapped file processing and a single-pass transformation st

    GoModule BundlersAsset BundlersBundler APIs
    Auf GitHub ansehen↗39,934
  • jaredlunde/react-hookAvatar von jaredLunde

    jaredLunde/react-hook

    1,535Auf GitHub ansehen↗

    This library provides a collection of strongly typed hooks designed to manage asynchronous tasks, component state, and DOM interactions within user interfaces. It serves as a utility toolkit for tracking data changes, caching asynchronous results, and synchronizing references across both server and browser rendering environments. The project distinguishes itself by offering specialized mechanisms for regulating high-frequency user inputs through debouncing and throttling techniques. It simplifies complex browser interactions, such as keyboard shortcuts, clipboard access, and viewport visibili

    TypeScriptReact HooksDebounce and Throttle UtilitiesDebounced Function Delays
    Auf GitHub ansehen↗1,535
  • vercel/next.jsAvatar von vercel

    vercel/next.js

    140,051Auf GitHub ansehen↗

    Next.js is a web development framework that provides a file-system-based routing system and a suite of server-side utilities for managing the request-response cycle. It includes built-in support for data fetching, caching, and revalidation, allowing developers to control how content is rendered and served. The framework offers a centralized configuration system for build-time settings, environment variables, and deployment adapters, alongside a command-line interface for bootstrapping new projects. The framework covers a wide range of application requirements, including metadata management fo

    JavaScriptExtended Fetch APIsApplication ConfigurationCache Invalidation Utilities
    Auf GitHub ansehen↗140,051
  • rrousselgit/riverpodAvatar von rrousselGit

    rrousselGit/riverpod

    7,315Auf GitHub ansehen↗

    Riverpod is a reactive state management framework for Dart that manages application state through providers which automatically track dependencies and rebuild dependents when values change. It functions as an asynchronous data caching library, caching results of async operations and exposing loading, error, and data states to widgets without manual future handling. The framework includes a provider composition system that combines multiple providers into derived values that recompute automatically when any dependency changes, along with code generation for state providers that reduces boilerpl

    DartReactive State Management LibrariesAsync Loading State HandlersAsync Operation Initiators
    Auf GitHub ansehen↗7,315
  • pnpm/pnpmAvatar von pnpm

    pnpm/pnpm

    35,605Auf GitHub ansehen↗

    pnpm is a command-line package manager designed to automate the retrieval, installation, and version management of software dependencies. It utilizes a deterministic resolution process and a lockfile to ensure that dependency trees remain consistent across different environments and machines. The project distinguishes itself through a content-addressable storage engine that saves every version of a package exactly once on the file system. By employing a hard-linking installation strategy and a symlink-based directory structure, it maps dependencies from a central store into individual project

    RustPackage ManagersDependency Management SystemsPackage Installers
    Auf GitHub ansehen↗35,605
  • reactphp/reactphpAvatar von reactphp

    reactphp/reactphp

    9,091Auf GitHub ansehen↗

    ReactPHP is an asynchronous runtime and event-driven I/O framework for PHP. It provides an environment for executing concurrent tasks through a central event loop implementation and reactor pattern, allowing applications to handle multiple operations without pausing the main execution thread. The project includes a specialized asynchronous socket library for TCP, UDP, and TLS communication, alongside a non-blocking HTTP server and client for streaming web requests and responses. Its capability surface covers asynchronous control flow via promises and fibers, non-blocking network connectivity

    PHPAsynchronous Event LoopsEvent-Driven I/OAsynchronous Control Flows
    Auf GitHub ansehen↗9,091
  • solidjs/solidAvatar von solidjs

    solidjs/solid

    35,621Auf GitHub ansehen↗

    Solid is a declarative JavaScript framework for building user interfaces through fine-grained reactivity. By utilizing a compile-time template transformation process, it converts JSX into direct DOM manipulation instructions, eliminating the need for a virtual tree. This architecture allows the framework to track dependencies at the individual element level, ensuring that state changes trigger surgical updates to the interface. The framework distinguishes itself through its isomorphic rendering pipeline, which shares reactive logic across server and client environments to support both initial

    TypeScriptReactive State ManagementCompilersComponent Testing
    Auf GitHub ansehen↗35,621
  • retirejs/retire.jsAvatar von RetireJS

    RetireJS/retire.js

    4,141Auf GitHub ansehen↗

    Retire.js is a JavaScript vulnerability scanner and dependency security analyzer. It identifies outdated or insecure JavaScript libraries with known security flaws within web applications and local projects. The tool functions as a web security auditing utility that can be used during penetration testing to detect vulnerable scripts on live websites. It supports the generation of Software Bills of Materials using the CycloneDX format to document project dependencies. The system utilizes signature-based library detection and pattern-matching to map identified versions against a JSON-based sec

    JavaScriptJavaScript LibrariesDependency Vulnerability ScanningJavaScript Dependency Tree Scanners
    Auf GitHub ansehen↗4,141
  • wesbos/javascript30Avatar von wesbos

    wesbos/JavaScript30

    29,165Auf GitHub ansehen↗

    This project is a structured educational curriculum designed to build proficiency in vanilla JavaScript through hands-on, project-based learning. It provides a series of coding exercises that focus on core language fundamentals and the direct manipulation of the document object model, enabling developers to create interactive web interfaces without relying on external frameworks or dependencies. The curriculum distinguishes itself by emphasizing direct integration with browser-native APIs. Participants learn to build hardware-aware applications by accessing device sensors, cameras, and microp

    HTMLJavaScript Skill BuildingDOM ManipulationBrowser Hardware APIs
    Auf GitHub ansehen↗29,165
  • pmndrs/jotaiAvatar von pmndrs

    pmndrs/jotai

    21,208Auf GitHub ansehen↗

    Jotai is a state management library for React applications that utilizes an atomic model to handle data. It organizes application state into small, independent units called atoms, which automatically track dependencies and trigger granular updates to components. By building state through these composable primitives, the library ensures that only the necessary parts of an application re-render when data changes. The library distinguishes itself through its flexible approach to state composition and asynchronous data handling. It integrates promises directly into the state model, allowing devel

    TypeScriptApplication State ManagementAtomic State PrimitivesState Management
    Auf GitHub ansehen↗21,208
  • gchq/cyberchefAvatar von gchq

    gchq/CyberChef

    35,120Auf GitHub ansehen↗

    CyberChef is a web-based application designed for performing complex data encoding, decoding, encryption, and analysis tasks. It provides a visual interface where users construct data transformation pipelines by chaining modular operations together, allowing raw input to be processed into a desired output format entirely within the local browser environment. The tool functions as a client-side cryptographic workbench, ensuring that all data processing logic remains local to the user's machine to maintain privacy and eliminate server-side overhead. By utilizing functional pipeline composition

    JavaScriptData Transformation PipelinesBrowser-Based Data ToolsVisual Pipeline Builders
    Auf GitHub ansehen↗35,120
  • facebook/reactAvatar von facebook

    facebook/react

    245,669Auf GitHub ansehen↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptComponent-Based UI FrameworksComponent-Driven ArchitecturesDeclarative UI Composition
    Auf GitHub ansehen↗245,669
  • alamofire/alamofireAvatar von Alamofire

    Alamofire/Alamofire

    42,385Auf GitHub ansehen↗

    Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through a chainable, type-safe interface. It serves as an asynchronous request manager, coordinating concurrent network operations and data streams while maintaining application responsiveness. The library distinguishes itself through a protocol-oriented request adaptation system, which utilizes interceptors to modify or authenticate requests before dispatch. It employs a middleware-driven pipeline to process traffic, handling encoding, authentication, and error recovery in a modular

    SwiftHTTP Networking FoundationsNetworking LibrariesRequest Interceptors
    Auf GitHub ansehen↗42,385
  • nuxt/nuxtAvatar von nuxt

    nuxt/nuxt

    60,456Auf GitHub ansehen↗

    Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on application logic rather than manual configuration. By executing code in a platform-agnostic server engine, it supports deployment across diverse environments, including edge networks, serverless functions, and traditional Node.js runtimes. The framework distinguishes itself thro

    TypeScriptUniversal Web FrameworksAPI Route HandlersAuto-Import Systems
    Auf GitHub ansehen↗60,456
  • preactjs/preactAvatar von preactjs

    preactjs/preact

    38,701Auf GitHub ansehen↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    JavaScriptDeclarative UI FrameworksLightweight UI FrameworksComponent Architectures
    Auf GitHub ansehen↗38,701
  • mgonto/restangularAvatar von mgonto

    mgonto/restangular

    7,798Auf GitHub ansehen↗

    Restangular is a REST client and resource mapper for AngularJS applications. It provides a suite of tools for mapping API endpoints to local objects and collections, facilitating frontend CRUD implementation through standard HTTP methods. The project distinguishes itself through an async data binding system that links user interface elements to server-side objects, ensuring automatic updates upon request completion. It also features a programmable request interceptor pipeline for modifying headers and transforming responses, as well as a JSONP request handler to bypass same-origin policy rest

    JavaScriptAngularJS API IntegrationREST APIsAPI Response Processing
    Auf GitHub ansehen↗7,798
  • alpinejs/alpineAvatar von alpinejs

    alpinejs/alpine

    31,675Auf GitHub ansehen↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTMLReactive Frontend FrameworksReactive State ManagementReactive State Management
    Auf GitHub ansehen↗31,675
  • kiranism/next-shadcn-dashboard-starterAvatar von Kiranism

    Kiranism/next-shadcn-dashboard-starter

    6,595Auf GitHub ansehen↗

    This project is a type-safe web application template and admin dashboard starter built with Next.js, TypeScript, and the shadcn/ui component library. It serves as a multi-tenant SaaS boilerplate designed for developing administrative interfaces and software-as-a-service applications. The starter distinguishes itself through integrated SaaS infrastructure, including multi-tenant workspace management, organization-level permissions, and subscription billing integration. It features role-based access control to gate specific pages and navigation items based on user roles or subscription tiers.

    TypeScriptAdmin Dashboard FrameworksDashboard Layout EnginesBilling and Subscription Management
    Auf GitHub ansehen↗6,595
  • sampotts/plyrAvatar von sampotts

    sampotts/plyr

    29,862Auf GitHub ansehen↗

    This project is a customizable media player designed to provide a consistent interface for video and audio content across all modern web browsers and mobile devices. It functions as a unified abstraction layer, standardizing playback behavior and control interfaces for both native media elements and third-party streaming service embeds through a predictable, declarative API. The library distinguishes itself by wrapping native media elements with custom HTML structures, ensuring a uniform look and feel regardless of the underlying browser implementation. Developers can manage playback state, m

    JavaScriptCross-Browser Media PlayersHTML5 Media PlayersPlayback Controllers
    Auf GitHub ansehen↗29,862
  • forthespada/interviewguideAvatar von forthespada

    forthespada/InterviewGuide

    5,816Auf GitHub ansehen↗

    InterviewGuide is a comprehensive technical interview preparation platform that covers the full spectrum of software engineering recruitment, from foundational computer science concepts through to offer negotiation. It provides structured learning paths across algorithms, operating systems, databases, networking, and programming languages, with a particular emphasis on C++ and Go. The platform aggregates real interview experiences and company-specific questions from major tech employers, offering candidates a searchable database of past written exam problems and detailed accounts of actual int

    Interview PreparationTechnical Interview PreparationAlgorithm and Data Structure Guides
    Auf GitHub ansehen↗5,816
  • parcel-bundler/parcelAvatar von parcel-bundler

    parcel-bundler/parcel

    44,032Auf GitHub ansehen↗

    Parcel is a web application bundler designed to automate the packaging of project assets for production. It functions as a zero-configuration tool that detects dependencies and transforms source files into optimized output without requiring manual setup files. The project includes a built-in development server that supports incremental builds and hot module replacement to reflect code changes during the development cycle. The core of the system is a dependency graph resolver that maps relationships between modules to determine the structure of output bundles. This is supported by a modular as

    JavaScriptZero-Configuration Web BundlersWeb Application BundlersDevelopment Build Servers
    Auf GitHub ansehen↗44,032
  • curlconverter/curlconverterAvatar von curlconverter

    curlconverter/curlconverter

    8,149Auf GitHub ansehen↗

    curlconverter is a browser-based tool and JavaScript library that transforms curl commands into equivalent source code across more than 30 programming languages and HTTP client libraries. It parses curl command arguments into an abstract syntax tree and generates idiomatic code by applying per-language templates, making it a curl command transpiler rather than a simple converter. The tool operates entirely client-side without any server round-trips, ensuring all conversion happens privately in the browser without transmitting data externally. It can also function as a drop-in curl replacement

    TypeScriptAST-Based TranspilersClient-Side Conversion EnginescURL Command Integration
    Auf GitHub ansehen↗8,149
  • gocolly/collyAvatar von gocolly

    gocolly/colly

    25,101Auf GitHub ansehen↗

    Colly is a high-performance web scraping framework designed for the automated extraction of structured data from websites. It provides a programmable toolkit that manages the complexities of large-scale data collection, including concurrent request orchestration, automatic cookie handling, and robots.txt compliance. By utilizing an asynchronous execution model, the engine maintains high throughput while preventing resource exhaustion during recursive or distributed crawling tasks. The framework is distinguished by its modular, event-driven architecture, which allows developers to hook into sp

    GoWeb Scraping EnginesWeb Scraping FrameworksConcurrent Crawling Engines
    Auf GitHub ansehen↗25,101
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
cloudflare/workers-rs3.3KRustapache-2.020. Feb. 2026
vercel/swr32.4KTypeScriptMIT22. Juni 2026
tencent/vassonic11.9KJavaNOASSERTION7. Apr. 2023
googlechromelabs/squoosh24.8KTypeScriptapache-2.05. Feb. 2026
dotheevo/selfhosted-apps-docker2.8KShell—3. Feb. 2026
tanstack/query49.8KTypeScriptMIT16. Juni 2026
airbnb/javascript148.1KJavaScriptMIT16. Apr. 2026
tanstack/table28.1KTypeScriptMIT20. Juni 2026
ecomfe/spec4.6K——5. Dez. 2022
jquery/jquery59.8KJavaScriptMIT15. Juni 2026

Related searches

  • Go Caching Libraries
  • Go Cache Libraries
  • Java Caching Libraries
  • Python Caching Libraries
  • C# Caching Libraries
  • eine GraphQL-Client-Bibliothek mit Caching
  • JavaScript HTTP Client Libraries
  • JavaScript Encryption Libraries