2 रिपॉजिटरी
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.
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.
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.