4 रिपॉजिटरी
Systems that translate repository interface definitions into RESTful API endpoints automatically.
Distinct from Dynamic REST API Generators: Focuses on repository-driven endpoint generation, distinct from runtime database-to-REST translation.
Explore 4 awesome GitHub repositories matching web development · Repository-Based Generators. Refine with filters or upvote what's useful.
Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program
Generates standard REST endpoints automatically from repository interfaces to simplify data access.
Idurar is an integrated system combining Customer Relationship Management and Enterprise Resource Planning. It functions as a headless business API that generates secure REST endpoints and administrative panels from configuration files to connect business logic with external applications. The platform supports multi-tenant SaaS management, isolating data and configurations for multiple companies or branches within a single installation. It is designed for international business accounting, featuring a multi-currency financial engine that processes transactions and manages regional tax rules a
Automatically generates REST endpoints and administrative dashboards by interpreting module configuration files.
NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera
Automates the generation process using predefined instructions stored in JSON configuration documents.
sw-precache एक सर्विस वर्कर प्रीकैश जनरेटर है जिसका उपयोग ऐसी स्क्रिप्ट बनाने के लिए किया जाता है जो वेब एप्लिकेशन के लिए ऑफ़लाइन कार्यक्षमता को सक्षम करती हैं। यह एक बिल्ड-टाइम एसेट कैश मैनेजर के रूप में कार्य करता है जो स्टेटिक फ़ाइलों को हैश करता है और सर्विस वर्कर कैश के भीतर उनके वर्ज़निंग का प्रबंधन करता है। यह प्रोजेक्ट URL पैटर्न के आधार पर गतिशील सामग्री के लिए कैशिंग रणनीतियों और अनुरोध हैंडलर को परिभाषित करने के लिए एक रनटाइम कैश कॉन्फ़िगरेटर प्रदान करता है। इसमें नेटवर्क विफलताओं को इंटरसेप्ट करने और कैश किए गए फ़ॉलबैक पेज परोसने के लिए एक ऑफ़लाइन फ़ॉलबैक हैंडलर भी शामिल है। टूलसेट सर्विस वर्कर कोड और मैनिफ़ेस्ट के निर्माण, कंटेंट-हैश आधारित वर्ज़निंग, और फ़ेच इवेंट्स के इंटरसेप्शन को कवर करता है। यह कॉन्फ़िगरेशन फ़ाइलों और कस्टम फ़्लैग का उपयोग करके सर्विस वर्कर फ़ाइलें उत्पन्न करने के लिए एक कमांड लाइन इंटरफेस प्रदान करता है।
Transforms JavaScript or JSON configuration into a functional service worker script via a build-step module.