6 repositorios
Best practices and architectural patterns for designing robust and scalable application interfaces.
Distinguishing note: Focuses on the design and management of APIs rather than just their implementation.
Explore 6 awesome GitHub repositories matching web development · API Design Patterns. Refine with filters or upvote what's useful.
This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven
Establishes standard patterns for data interaction including pagination, filtering, and webhooks.
This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of
Applies consistent HTTP design patterns and testing strategies to create maintainable JSON APIs.
A light-weight REST API development framework for ASP.NET 8 and newer.
Structures each endpoint as a single class combining request, handler, and response to reduce boilerplate.
TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas
Creates reusable patterns and linting rules that guide API designers toward best practices and flag anti-patterns.
Backendlore es una colección de guías arquitectónicas y patrones para construir APIs HTTP JSON sin estado utilizando Node.js. Se centra en el diseño de sistemas backend que descargan la sesión y el estado de la aplicación a bases de datos externas y almacenes en memoria para facilitar el escalado horizontal. El proyecto proporciona estándares de implementación específicos para APIs REST, incluyendo validación de payload de peticiones y el uso de cookies firmadas criptográficamente para la gestión de sesiones. Detalla una estrategia para la gestión de archivos que combina caché en el sistema de archivos local para una entrega de alta velocidad con almacenes de objetos en la nube para una durabilidad a largo plazo. El framework cubre una amplia gama de capacidades a nivel de sistema, incluyendo primitivas de seguridad para la prevención de CSRF y enrutamiento basado en permisos, optimizaciones de rendimiento como caché de contenido basado en hash y escalado de clúster multiproceso, y herramientas de observabilidad para notificaciones centralizadas del sistema. También describe flujos de trabajo para migraciones de esquemas de bases de datos y despliegue en servidores Linux.
Implements a stateless API design pattern that offloads application state to external databases and memory stores.
This project is an implementation of React Server Components, providing a full-stack component architecture that blends server-side rendering with client-side interactivity. It enables the development of web applications where server-only components for data fetching and interactive client components coexist within a single component tree. The system focuses on server-client data orchestration, allowing for the execution of server functions and database mutations across the network boundary. It distinguishes itself through a hybrid component architecture that shifts component execution to the
Uses linting rules to flag components or hooks that violate optimization requirements.