awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Core Architectural Patterns · Awesome GitHub Repositories

5 repos

Awesome GitHub RepositoriesCore Architectural Patterns

Frameworks categorized by their internal structural design and request-handling philosophy, distinguishing them from language-specific or rendering-focused tools.

Explore 5 awesome GitHub repositories matching web development · Core Architectural Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Server-Side Frameworks
  4. Web Frameworks
  5. Core Architectural Patterns

Awesome Core Architectural Patterns GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    awesomeawesome-listlists
  • gin-gonic/gin

    gin-gonic/gin

    88,134GitHubView on GitHub↗

    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

    Goframeworkgingo
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Pythonappsdjangoframework
  • laravel/laravel

    laravel/laravel

    83,758GitHubView on GitHub↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. Th

    Bladeframeworklaravelphp
  • macrozheng/mall

    macrozheng/mall

    82,926GitHubView on GitHub↗

    This project is an enterprise-grade Java framework designed for building scalable, full-stack e-commerce applications. It provides a comprehensive foundation for microservice-based distributed architectures, enabling the development of complex retail platforms that include product management, order processing, and secu

    Javadockerelasticsearchelk

Explore sub-tags

  • Full-Stack Web FrameworksIntegrated development environments providing comprehensive tools for building and managing complete web applications.
  • Middleware-Oriented FrameworksModular architectures that process incoming web requests through a sequential chain of interceptors.
  • Minimalist Web FrameworksLightweight frameworks designed for constructing high-performance web services.