awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
General Purpose Frameworks · Awesome GitHub Repositories

8 repos

Awesome GitHub RepositoriesGeneral Purpose Frameworks

Collections of standard algorithms, containers, and utility components.

Explore 8 awesome GitHub repositories matching software engineering & architecture · General Purpose Frameworks. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Application Frameworks
  4. General Purpose Frameworks

Awesome General Purpose Frameworks GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • 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

    Speeds up development cycles using built-in administrative tools, ORM layers, and modular components for common backend tasks.

    Pythonappsdjangoframework
  • 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

    Standardizes enterprise-grade development patterns within the Java ecosystem to facilitate the creation of scalable business software.

    Javadockerelasticsearchelk
  • spring-projects/spring-boot

    spring-projects/spring-boot

    80,046GitHubView on GitHub↗

    Spring Boot is an opinionated application framework designed to streamline the creation of production-ready services. It functions as a comprehensive development platform that utilizes a centralized dependency injection container to manage object lifecycles and wiring. By employing convention-over-configuration, the fr

    Standardizes service creation through convention-over-configuration and integrated dependency management to accelerate the development of production-ready applications.

    Javaframeworkjavaspring
  • fffaraz/awesome-cpp

    fffaraz/awesome-cpp

    69,832GitHubView on GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the languag

    Showcases foundational frameworks containing standard algorithms, containers, and utility components.

    awesomeawesome-listc
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    Offers a foundational set of standard algorithms, containers, and utilities designed for cross-platform portability.

    C++
  • xingshaocheng/architect-awesome

    xingshaocheng/architect-awesome

    60,831GitHubView on GitHub↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-perform

    Support high-concurrency and non-blocking application development through frameworks built for event-driven architectures.

  • jquery/jquery

    jquery/jquery

    59,857GitHubView on GitHub↗

    jQuery is a library designed for document object model manipulation and cross-browser interaction. It provides a unified interface for selecting, traversing, and modifying web page elements, ensuring consistent behavior across different rendering engines by abstracting away underlying browser inconsistencies. The libr

    Normalizes inconsistent browser APIs into a consistent, cross-platform interface.

    JavaScriptjquery
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    Supports incremental adoption, scaling from simple script-based enhancements to complex, server-rendered single-page applications.

    TypeScript

Explore sub-tags

  • Cross-Browser AbstractionsMechanisms that wrap inconsistent browser APIs into a unified interface.
  • Event-Driven FrameworksFrameworks designed for high-concurrency, non-blocking, and event-driven application development.
  • Java FrameworksFrameworks specifically designed for the Java ecosystem.
  • Progressive FrameworksFrameworks designed to be adoptable incrementally from simple enhancements to full-scale applications.
  • Rapid Application Development FrameworksFrameworks designed to accelerate backend development through built-in tools.