4 repos
Reusable structural templates and organizational strategies for building and routing service communication endpoints.
Explore 4 awesome GitHub repositories matching software engineering & architecture · API Patterns. Refine with filters or upvote what's useful.
Immich is a self-hosted media management platform designed to provide a centralized, private repository for photos and videos. It functions as a comprehensive system for organizing, backing up, and viewing personal media collections across mobile devices, web browsers, and external storage locations. By maintaining ful
Routes incoming network requests to specific backend operations using a structured interface to perform standard data management tasks.
Gin is a web framework designed for building high-performance web services and APIs. It functions as a middleware-oriented engine that processes incoming HTTP requests through a sequential chain of handlers, allowing for the modular management of cross-cutting concerns such as authentication and logging. The framework
Partitions API surfaces into logical segments that share common path prefixes and middleware execution contexts.
OpenCV is a comprehensive computer vision library designed for real-time performance and cross-platform deployment. It provides a native execution environment that leverages multi-threaded operations and automated memory management to handle intensive computational tasks, including image processing and machine learning
Decouples algorithm implementations from user code through factory patterns to ensure long-term API stability and cross-platform compatibility.
Nest is a server-side framework for building scalable and maintainable enterprise-grade applications using TypeScript. It provides a modular architecture that organizes code into encapsulated, reusable modules, utilizing a dependency injection container to manage object lifecycles and resolve component dependencies thr
Directs network traffic to specific operations using declarative routing and integrated input validation.