4 रिपॉजिटरी
Frameworks specifically designed to build and deploy Node.js applications on serverless cloud platforms or containers.
Distinct from Node.js Web Applications: Existing candidates focus on runtimes or general web apps, not specifically on serverless-optimized Node.js application frameworks.
Explore 4 awesome GitHub repositories matching web development · Serverless Node.js Frameworks. Refine with filters or upvote what's useful.
Midway is a suite of backend frameworks for Node.js designed to build enterprise microservices and full-stack applications. It centers on a dependency injection architecture using an inversion-of-control container and decorators to organize complex business logic and maintainable server-side structures. The framework provides multi-protocol support for HTTP, gRPC, and WebSockets, allowing a single environment to handle diverse service-to-service networking requirements. It also includes a multi-runtime adapter layer that enables applications to be deployed across traditional containers and va
Provides a specialized framework for developing Node.js applications optimized for serverless cloud platforms.
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
Provides a compatibility layer that enables standard Node.js web frameworks to run on serverless cloud platforms.
यह प्रोजेक्ट एक फुल स्टैक मोनोरेपो बॉयलरप्लेट और Node.js GraphQL API टेम्प्लेट है। यह एक सीड प्रोजेक्ट प्रदान करता है जो बैकएंड और उपयोगकर्ता इंटरफ़ेस के बीच प्रकार साझा करने के लिए एक ही रिपॉजिटरी के भीतर एक स्कीमा-फ़र्स्ट GraphQL API, एक PostgreSQL डेटाबेस, और एक React फ्रंटएंड को एकीकृत करता है। आर्किटेक्चर में क्लाउड तैनाती और स्वचालित स्केलिंग के लिए एक सर्वरलेस रैपर शामिल है। यह N+1 क्वेरी समस्या को रोककर डेटाबेस प्रदर्शन को ऑप्टिमाइज़ करने के लिए एक अनुरोध बैचिंग लेयर लागू करता है। प्रोजेक्ट माइग्रेशन-आधारित स्कीमा वर्ज़निंग और सीड फ़ाइलों के माध्यम से डेटाबेस प्रबंधन को कवर करती है। इसमें प्रमाणीकरण, प्राधिकरण, और अनुमति-आधारित एक्सेस कंट्रोल को शामिल करते हुए उपयोगकर्ता पहचान एकीकरण के लिए क्षमताएं भी शामिल हैं।
Wraps the Node.js application logic specifically for deployment on serverless cloud platforms to enable automatic scaling.
Claudia is a cloud function orchestrator and Node.js serverless deployment tool. It provides a framework for translating application code into executable cloud functions, automating the provisioning of infrastructure and security rules. The project functions as a serverless infrastructure manager and event-driven API framework. It manages environment variables, secrets, and version aliases to isolate development stages, while configuring web routes and conversational triggers for cloud-hosted APIs and chat bots. The system covers a broad range of capabilities, including artifact bundling, CL
Provides a framework for packaging and deploying Node.js applications to serverless cloud environments.