awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesWeb-Standard Request Abstractions

Implementations of native fetch API objects for consistent cross-runtime request handling.

Distinguishing note: Focuses on the abstraction of native web platform request/response objects.

Explore 3 awesome GitHub repositories matching web development · Web-Standard Request Abstractions. Refine with filters or upvote what's useful.

Awesome Web-Standard Request Abstractions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • remix-run/remixremix-run का अवतार

    remix-run/remix

    33,074GitHub पर देखें↗

    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

    Uses native fetch API objects to ensure consistent request and response handling across diverse server environments.

    TypeScript
    GitHub पर देखें↗33,074
  • h3js/h3h3js का अवतार

    h3js/h3

    5,353GitHub पर देखें↗

    Hono is a minimal JavaScript HTTP framework designed for building web servers across multiple runtimes, including Node.js, edge runtimes, and serverless platforms. It functions as a cross-runtime web server and a web standard API wrapper, normalizing various runtime request and response objects into standard Web API signatures. The project serves as an HTTP middleware orchestrator and request handler, utilizing a middleware-based request pipeline and hierarchical route mounting to create modular server structures. It distinguishes itself through a runtime-agnostic event wrapper that ensures c

    Converts various input types into a standard web Request object based on available headers.

    TypeScript
    GitHub पर देखें↗5,353
  • cloudflare/workers-rscloudflare का अवतार

    cloudflare/workers-rs

    3,337GitHub पर देखें↗

    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

    Wraps native JavaScript request and response objects in ergonomic Rust types for web standard compatibility.

    Rustcloudflareffirust
    GitHub पर देखें↗3,337
  1. Home
  2. Web Development
  3. Web-Standard Request Abstractions