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 Web 框架,专为创建轻量级、异步 HTTP 服务和 JSON API 而设计。它作为一个低占用空间的库,用于部署专注于高请求量和最小开销的异步处理程序。 该框架利用函数式请求和响应模型,将流量路由到作为主要入口点的单个导出的异步函数。它专注于处理传入的 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 是一系列架构指南和模式的集合,用于构建使用 Node.js 的无状态 JSON HTTP API。它专注于设计将会话和应用程序状态卸载到外部数据库和内存存储的后端系统,以促进水平扩展。 该项目为 REST API 提供了具体的实现标准,包括请求负载验证和使用加密签名的 Cookie 进行会话管理。它详细介绍了一种文件管理策略,该策略结合了用于高速交付的本地文件系统缓存和用于长期耐用性的云对象存储。 该框架涵盖了广泛的系统级功能,包括用于 CSRF 防护和基于权限路由的安全原语、基于哈希的内容缓存和多进程集群扩展等性能优化,以及用于集中式系统通知的可观测性工具。它还概述了数据库模式迁移和 Linux 服务器部署的工作流。
Provides a framework for building JSON-based HTTP APIs with support for diverse data exchange and multipart file transfers.
Active Model Serializers 是一个 Ruby on Rails JSON 序列化器,用于将模型对象和关联转换为用于 API 的结构化 JSON 响应。它作为一个模型到 JSON 的映射器和响应格式化程序,将内部数据库模式与外部 API 契约解耦。 该项目利用可插拔适配器模式根据特定标准(如 JSON API 规范)组织序列化数据。它提供了一种将内部属性映射到自定义 JSON 键的机制,并实现了一个序列化作用域,允许根据授权上下文和用户权限进行属性和关联过滤。 该工具集通过使用虚拟属性以及通过侧加载(sideloading)或 ID 嵌入管理关联数据来涵盖数据转换。它包括用于响应元数据注入、基于片段的结果缓存以及用于跟踪序列化指标的性能检测的功能。
Provides a formatting layer that organizes serialized data to follow specific standards like the JSON API specification.