awesome-repositories.com
Blog
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
·

1 repository

Awesome GitHub RepositoriesAsynchronous Context Tracking

Mechanisms for preserving state and metadata across a chain of asynchronous network requests.

Distinct from Asynchronous Request Managers: Distinct from Asynchronous Request Managers: focuses on data persistence (context) across a chain rather than the coordination of concurrent operations.

Explore 1 awesome GitHub repository matching web development · Asynchronous Context Tracking. Refine with filters or upvote what's useful.

Awesome Asynchronous Context Tracking GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • request/request-promiseAvatar request

    request/request-promise

    4,722Vezi pe GitHub↗

    This project is a promise-based HTTP client for Node.js that wraps callback-style network requests into promise objects. It serves as a library for sending JSON, form data, and multipart requests to web servers while managing asynchronous flow control. The library utilizes a specialized Bluebird promise implementation to handle request and response lifecycles. It includes a session manager that uses a cookie jar to maintain and transmit state across multiple network calls. The tool covers a broad range of network capabilities, including REST API integration, response data transformation, and

    Preserves specific data across asynchronous request chains using local storage and custom promise implementations.

    JavaScript
    Vezi pe GitHub↗4,722
  1. Home
  2. Web Development
  3. Asynchronous Request Managers
  4. Asynchronous Context Tracking