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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesEvent-to-Function Mappings

Architectural patterns that bind network events to specific executable handler functions.

Distinct from Event-Driven Function Mapping: None of the candidates cover general network-event-to-function binding for real-time frameworks.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Event-to-Function Mappings. Refine with filters or upvote what's useful.

Awesome Event-to-Function Mappings GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • googollee/go-socket.iogoogollee का अवतार

    googollee/go-socket.io

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

    go-socket.io is a Go implementation of the Socket.IO protocol used to build real-time, bidirectional, and event-driven communication between servers and clients. It functions as a communication framework that manages persistent connections and maps incoming network packets to specific handler functions to execute application logic. The library enables horizontal scaling of real-time connections through a distributed pub/sub adapter, which synchronizes events across multiple server instances using an external data store. It ensures reliability across different network environments by automatic

    Binds incoming network events to specific executable handler functions to drive server-side application logic.

    Go
    GitHub पर देखें↗5,787
  • codegenieapp/serverless-expressCodeGenieApp का अवतार

    CodeGenieApp/serverless-express

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

    serverless-express is a Node.js serverless framework adapter that enables standard web frameworks to run on serverless compute. It utilizes a compatibility layer to map cloud gateway events and triggers into standard HTTP request and response objects. The project features a full-stack code generator that produces API endpoints, database schemas, and frontend boilerplate from centralized entity relationship configurations. It includes a serverless event router to translate non-HTTP cloud events into simulated HTTP requests and a tool for provisioning NoSQL databases and cloud resources using d

    Translates non-standard cloud event data into standard HTTP request and response objects for web framework compatibility.

    JavaScriptalbapi-gatewayaws
    GitHub पर देखें↗5,266
  1. Home
  2. Software Engineering & Architecture
  3. Event-to-Function Mappings

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

  • Event-to-HTTP MappingsTranslation of cloud event data into standard HTTP request and response objects for web frameworks. **Distinct from Event-to-Function Mappings:** Specifically maps events to HTTP objects for framework compatibility, rather than just binding events to arbitrary functions.