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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Function Mapping

Dynamic mapping of API requests to user-defined JavaScript functions at runtime.

Distinct from Local Function Execution: Focuses on the dynamic runtime mapping of requests to logic rather than local testing of functions.

Explore 3 awesome GitHub repositories matching development tools & productivity · Runtime Function Mapping. Refine with filters or upvote what's useful.

Awesome Runtime Function Mapping GitHub Repositories

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

    parse-community/parse-server

    21,403GitHub पर देखें↗

    Parse Server is a backend-as-a-service solution and Node.js framework that provides a ready-to-use REST and GraphQL API for mobile and web applications. It functions as a core backend infrastructure for managing database schemas, user authentication, and API routing. The system distinguishes itself with a real-time data engine that pushes database updates to clients via WebSockets and a GraphQL server that automatically generates schemas based on application data models. It also features an adapter-based storage layer that abstracts interactions with various cloud and local backends. The pla

    Executes custom server-side JavaScript logic by mapping API requests to user-defined functions at runtime.

    JavaScriptbaasbackendfile-storage
    GitHub पर देखें↗21,403
  • nangohq/nangoNangoHQ का अवतार

    NangoHQ/nango

    10,772GitHub पर देखें↗

    Nango is an open-source platform that connects applications to external APIs by managing authentication, data synchronization, and custom function execution. It provides a managed runtime for TypeScript integration functions, handling OAuth flows, credential storage, and token refresh for hundreds of external APIs while keeping secrets isolated from application code. The platform distinguishes itself by exposing integration functions as discoverable tools for AI agents through an MCP server or API, with per-user credential isolation that keeps provider secrets out of the agent loop. It offers

    Provides a managed runtime for writing, testing, and deploying TypeScript integration functions.

    TypeScriptaccess-tokenapiapi-client
    GitHub पर देखें↗10,772
  • lhartikk/arnoldclhartikk का अवतार

    lhartikk/ArnoldC

    6,877GitHub पर देखें↗

    ArnoldC is an esoteric programming language whose syntax is built entirely from Arnold Schwarzenegger movie quotes and catchphrases. It is an intentionally humorous language that maps one-liners from the actor's filmography to programming constructs, creating a playful and unconventional coding experience. The language operates on a 16-bit signed integer type system with stack-based arithmetic, supporting addition, subtraction, multiplication, and division. It provides procedural control flow through conditional branching and looping, using movie-quote keywords such as "STICK AROUND" for loop

    Defines the core syntax of the language by mapping movie quotes to programming constructs.

    Scala
    GitHub पर देखें↗6,877
  1. Home
  2. Development Tools & Productivity
  3. Local Function Execution
  4. Runtime Function Mapping

सब-टैग एक्सप्लोर करें

  • Keyword-to-Runtime Mappings1 सब-टैगReplaces language keywords and built-in functions with calls to specific runtime library functions during AST traversal. **Distinct from Runtime Function Mapping:** Distinct from Runtime Function Mapping: focuses on compile-time keyword substitution rather than dynamic API-to-function mapping.
  • Managed Integration RuntimesManaged runtimes for writing, testing, and deploying TypeScript functions with built-in auth, retries, and observability. **Distinct from Runtime Function Mapping:** Distinct from Runtime Function Mapping: provides a full managed runtime with auth, retries, and observability, not just request-to-function mapping.