4 مستودعات
Architectures that expose all system data and functionality via a standardized JSON interface.
Distinct from Community Theme Integration: The candidate shortlist focused on community maintenance/forks rather than the technical API-driven architecture of the platform.
Explore 4 awesome GitHub repositories matching web development · JSON API Frameworks. Refine with filters or upvote what's useful.
Micro هو إطار عمل ويب بسيط لـ Node.js مصمم لإنشاء خدمات HTTP غير متزامنة خفيفة الوزن وJSON APIs. يعمل كمكتبة ذات بصمة منخفضة لنشر معالجات غير متزامنة تركز على أحجام الطلبات العالية والحد الأدنى من النفقات العامة. يستخدم إطار العمل نموذج طلب واستجابة وظيفي، يوجه حركة المرور إلى دالة غير متزامنة واحدة مصدرة كنقطة دخول أساسية. وهو متخصص في معالجة طلبات JSON الواردة وإرجاع استجابات منسقة مع معالجة مؤتمتة للأخطاء. تشمل القدرات الأساسية تحليل جسم الطلب لـ JSON، والنص العادي، والمخازن المؤقتة الثنائية، بالإضافة إلى تسلسل استجابة JSON التلقائي. يوفر النظام أيضاً آليات لاعتراض الاستثناءات وتعيينها إلى رموز حالة HTTP القياسية.
Provides a specialized framework for processing JSON requests and returning formatted JSON responses.
This project is a self-hosted community engine and forum software designed for hosting threaded discussions. It functions as a JSON API community platform, exposing all data and functionality through a standardized interface to support a single-page application architecture. The system is built to be a multi-language discussion board with integrated localization and language pack support. The platform is defined by a modular architecture that allows for extensive customization through an extension-based plugin system. This extensibility enables the modification of core behavior, the addition
Functions as a JSON API community platform, exposing all data and functionality through a standardized interface.
Backendlore is a collection of architectural guides and patterns for building stateless JSON HTTP APIs using Node.js. It focuses on designing backend systems that offload session and application state to external databases and in-memory stores to facilitate horizontal scaling. The project provides specific implementation standards for REST APIs, including request payload validation and the use of cryptographically signed cookies for session management. It details a strategy for file management that combines local filesystem caching for high-speed delivery with cloud object stores for long-ter
Provides a framework for building JSON-based HTTP APIs with support for diverse data exchange and multipart file transfers.
Active Model Serializers is a Ruby on Rails JSON serializer used to transform model objects and associations into structured JSON responses for APIs. It functions as a model-to-JSON mapper and response formatter that decouples internal database schemas from external API contracts. The project utilizes a pluggable adapter pattern to organize serialized data according to specific standards, such as the JSON API specification. It provides a mechanism to map internal attributes to custom JSON keys and implements a serialization scope that allows for attribute and association filtering based on au
Provides a formatting layer that organizes serialized data to follow specific standards like the JSON API specification.