awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

51 مستودعات

Awesome GitHub RepositoriesFull-Stack Web Frameworks

Frameworks for building complete web applications with server-side rendering and streaming.

Distinguishing note: Focuses on full-stack application development capabilities.

Explore 51 awesome GitHub repositories matching web development · Full-Stack Web Frameworks. Refine with filters or upvote what's useful.

Awesome Full-Stack Web Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zeit/next.jsالصورة الرمزية لـ zeit

    zeit/next.js

    140,086عرض على GitHub↗

    Next.js is a full stack web framework designed for building applications with React. It functions as a React web framework that integrates a server-side rendering engine, a static site generator, and a dedicated application router to manage page-based navigation and dynamic URL segments. The framework enables the development of both frontend user interfaces and backend server logic within a single codebase. It provides a unified environment for full stack web development, allowing frontend and backend components to be built and managed together. The system focuses on frontend performance opt

    Provides a unified framework for building complete web applications with integrated frontend and backend logic.

    JavaScript
    عرض على GitHub↗140,086
  • nuxt/nuxt.jsالصورة الرمزية لـ nuxt

    nuxt/nuxt.js

    60,458عرض على GitHub↗

    Nuxt is a full-stack framework for building Vue.js applications. It serves as an application orchestrator that integrates server-side rendering, static site generation, and backend API logic within a single unified project. The framework uses a file-based routing system to automatically generate application URLs based on the project's folder and file structure. It supports multi-strategy web rendering, allowing for a combination of server-side, static, and hybrid rendering techniques to optimize page load speeds and search engine visibility. The project provides automated component discovery

    Offers a complete full-stack framework for building Vue.js applications with integrated server-side logic.

    TypeScript
    عرض على GitHub↗60,458
  • tanstack/queryالصورة الرمزية لـ TanStack

    TanStack/query

    49,761عرض على GitHub↗

    This project provides a comprehensive suite of tools for managing asynchronous state and building full-stack web applications. At its core, it functions as a centralized synchronization layer that automates data fetching, caching, and background revalidation, ensuring that remote server data remains consistent with the local user interface. By utilizing a declarative, hook-based programming model, it simplifies the management of complex data lifecycles and loading states. The project distinguishes itself through a headless design philosophy that decouples business logic from visual presentati

    Develops complete web applications using server-side rendering, streaming, and type-safe server functions.

    TypeScriptasynccachedata
    عرض على GitHub↗49,761
  • meteor/meteorالصورة الرمزية لـ meteor

    meteor/meteor

    44,779عرض على GitHub↗

    Meteor is a full-stack JavaScript application platform and real-time application server. It provides a unified development environment for building web and mobile applications using a single language for both the client and server. The platform functions as a cross-platform app framework, allowing a single codebase to be deployed across web, iOS, Android, and desktop environments. It differentiates itself through a real-time server that automatically synchronizes data between servers and clients to enable live updates. The system includes a unified development command-line interface to manag

    Provides a comprehensive full-stack framework for building unified web and mobile applications with a single language.

    JavaScriptbuild-systemframeworkhacktoberfest
    عرض على GitHub↗44,779
  • dioxuslabs/dioxusالصورة الرمزية لـ DioxusLabs

    DioxusLabs/dioxus

    36,400عرض على GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Builds integrated web applications with seamless communication between server-side logic and client-side interactive components.

    Rustandroidcssdesktop
    عرض على GitHub↗36,400
  • solidjs/solidالصورة الرمزية لـ solidjs

    solidjs/solid

    35,621عرض على GitHub↗

    Solid is a declarative JavaScript framework for building user interfaces through fine-grained reactivity. By utilizing a compile-time template transformation process, it converts JSX into direct DOM manipulation instructions, eliminating the need for a virtual tree. This architecture allows the framework to track dependencies at the individual element level, ensuring that state changes trigger surgical updates to the interface. The framework distinguishes itself through its isomorphic rendering pipeline, which shares reactive logic across server and client environments to support both initial

    Provides a full-stack environment for rendering components on both server and client.

    TypeScriptdeclarativefine-grainedjavascript
    عرض على GitHub↗35,621
  • laravel/frameworkالصورة الرمزية لـ laravel

    laravel/framework

    34,774عرض على GitHub↗

    This project is a full-stack web framework that provides a comprehensive environment for building server-side applications. It utilizes a model-view-controller architecture to separate application logic into distinct layers for data management, user interface presentation, and request handling. The platform manages the entire request-response lifecycle, including security, session handling, and background task processing, while using an object-relational mapping layer to translate database records into programmable objects. The framework distinguishes itself through a central service containe

    Provides integrated tools for database management, authentication, routing, and server-side rendering.

    PHPframeworklaravelphp
    عرض على GitHub↗34,774
  • remix-run/remixالصورة الرمزية لـ remix-run

    remix-run/remix

    33,074عرض على GitHub↗

    Remix is a full-stack web framework designed to manage data loading, mutations, and routing through standard web platform APIs. It functions as a server-side rendering framework that unifies server-side data processing and client-side interactivity within a single development model, ensuring applications remain consistent across diverse environments. The framework distinguishes itself by utilizing native web platform APIs for all request and response handling, including a declarative data mutation layer that synchronizes server-side database updates with client-side UI transitions via standar

    Handles both server-side data processing and client-side interactivity within a single unified framework.

    TypeScript
    عرض على GitHub↗33,074
  • pynecone-io/pyneconeالصورة الرمزية لـ pynecone-io

    pynecone-io/pynecone

    28,598عرض على GitHub↗

    Pynecone is a full-stack web framework and application platform that enables the development of complete web applications using only Python for both frontend and backend logic. It functions as a web UI library for creating interactive user interfaces and managing application state without the need to write JavaScript. The platform includes a generative AI app builder that automatically produces application structures and source code. It simplifies development by mapping Python-defined UI elements to native React components and automatically transforming Python functions into REST endpoints.

    Functions as a full-stack web framework allowing both frontend and backend logic to be written in Python.

    Python
    عرض على GitHub↗28,598
  • kataras/irisالصورة الرمزية لـ kataras

    kataras/iris

    25,582عرض على GitHub↗

    Iris is a high-performance web framework and API toolkit for the Go programming language. It provides the infrastructure necessary to build HTTP/2 web applications, REST APIs, and MVC-based websites. The project distinguishes itself through a flexible architectural model that supports multiple isolated application instances within a single process and allows for binary-embedded asset loading to eliminate external filesystem dependencies. It features dynamic router hot-reloading and a pluggable view engine for rendering dynamic HTML content. The framework covers a broad range of capabilities,

    Provides a full-stack framework for building websites with dynamic HTML templates, session management, and server-side rendering.

    Go
    عرض على GitHub↗25,582
  • livewire/livewireالصورة الرمزية لـ livewire

    livewire/livewire

    23,448عرض على GitHub↗

    Livewire is a full-stack framework for PHP that enables the development of reactive, dynamic user interfaces using server-side classes and templates. By bridging the gap between server-side logic and client-side DOM updates, it allows developers to build interactive web applications without writing custom JavaScript. The framework operates as a component-based library, where modular units encapsulate interface logic, state, and event handling directly on the server. The framework distinguishes itself through a reactive architecture that automatically synchronizes state between the browser and

    Provides a full-stack framework for building reactive web applications using server-side PHP classes and templates.

    PHP
    عرض على GitHub↗23,448
  • leptos-rs/leptosالصورة الرمزية لـ leptos-rs

    leptos-rs/leptos

    20,993عرض على GitHub↗

    Leptos is a full-stack Rust web framework designed for building reactive applications that share logic and types between the server and the browser. It provides a comprehensive toolkit for developing web interfaces where specific DOM nodes update automatically in response to changes in underlying reactive signals, rather than re-rendering entire component trees. The framework distinguishes itself through a fine-grained reactivity model that tracks dependencies at the individual data point level. It utilizes compile-time template transformation to convert declarative HTML-like syntax into opti

    Functions as a full-stack Rust web framework for building reactive applications.

    Rustdomfine-grainedisomorphic
    عرض على GitHub↗20,993
  • sveltejs/kitالصورة الرمزية لـ sveltejs

    sveltejs/kit

    20,586عرض على GitHub↗

    SvelteKit is a framework for full-stack web development that combines routing and server-side rendering to create websites with both client-side interactivity and server-side logic. It provides the infrastructure to build a variety of application types, including single page applications and static sites. The project utilizes an adapter-based deployment system to support multi-platform hosting. This allows a single codebase to be packaged for different environments, such as standalone Node servers, serverless edge deployments on Cloudflare, or hosted platforms like Vercel and Netlify. The fr

    Combines routing and server-side rendering to build complete web applications with both client and server logic.

    JavaScript
    عرض على GitHub↗20,586
  • wasp-lang/waspالصورة الرمزية لـ wasp-lang

    wasp-lang/wasp

    18,146عرض على GitHub↗

    Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining their architecture in a centralized configuration. By using a high-level specification, the framework automates the orchestration of frontend, backend, and database components, ensuring that infrastructure concerns like routing, authentication, and data modeling are handled consistently across the entire stack. The framework distinguishes itself through its compiler-driven approach, which translates declarative configurations into cohesive, production-ready codebases. It provide

    Integrates frontend, backend, and database layers into a single codebase with end-to-end type safety.

    TypeScripthaskelljavascriptnode
    عرض على GitHub↗18,146
  • redwoodjs/graphqlالصورة الرمزية لـ redwoodjs

    redwoodjs/graphql

    17,613عرض على GitHub↗

    This project is a full stack web development framework and GraphQL API framework. It provides the tooling to define data schemas and map resolver functions to handle application data requests, ensuring consistency between the server API and the client consumption layer. The system includes a GraphQL schema validator and a JavaScript dependency manager. These tools enforce formal data models and validate that all project workspaces use identical dependency versions to prevent runtime conflicts. The framework covers GraphQL API development, monorepo dependency management, and the auditing of p

    Offers an integrated system for building frontend and backend applications using a unified data schema.

    TypeScriptapollographqljamstack
    عرض على GitHub↗17,613
  • feathersjs/feathersالصورة الرمزية لـ feathersjs

    feathersjs/feathers

    15,253عرض على GitHub↗

    Feathers is a database-agnostic Node.js application framework designed for building scalable backend systems. It functions as a real-time API framework that provides a server implementation for both REST endpoints and WebSocket connections. The framework decouples application logic from the underlying database technology and communication protocols. This allows a single service to handle both HTTP and Socket requests while separating business logic from the specific data persistence layer. The system organizes data operations through a standardized service-based interface and utilizes hook-b

    Serves as a full-stack framework for building scalable server-side environments using JavaScript or TypeScript.

    TypeScriptbrowserfeathersfeathersjs
    عرض على GitHub↗15,253
  • smartcontractkit/full-blockchain-solidity-course-jsالصورة الرمزية لـ smartcontractkit

    smartcontractkit/full-blockchain-solidity-course-js

    13,974عرض على GitHub↗

    This project is a comprehensive educational curriculum designed to teach developers how to build, test, and deploy decentralized applications and smart contracts on Ethereum-compatible networks. It serves as a structured technical guide for mastering programmable logic, decentralized finance protocols, and the architecture required to create secure distributed systems. The course distinguishes itself by focusing on the integration of blockchain smart contracts with web frontends, enabling the creation of interactive applications that allow users to read and write data directly from distribute

    Link smart contracts with front-end frameworks to create functional applications that allow users to interact with blockchain data through standard web browsers.

    alchemyblockchainchainlink
    عرض على GitHub↗13,974
  • revel/revelالصورة الرمزية لـ revel

    revel/revel

    13,224عرض على GitHub↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Provides a full-stack Go framework with integrated routing, template rendering, and session management.

    Go
    عرض على GitHub↗13,224
  • playframework/playframeworkالصورة الرمزية لـ playframework

    playframework/playframework

    12,620عرض على GitHub↗

    Play is a full-stack reactive web framework for Java and Scala. It provides a comprehensive development platform for building scalable web applications and RESTful APIs using a stateless and non-blocking architecture designed for high concurrency. The framework emphasizes high-velocity development through dynamic code reloading, which allows developers to update applications and verify changes without performing a full restart. Its capability surface covers the construction of JSON-based web endpoints, server-side logic for the JVM, and the implementation of scalable web architectures.

    Provides a comprehensive full-stack web framework including routing, template rendering, and API creation for the JVM.

    Scalaframeworkhacktoberfestjava
    عرض على GitHub↗12,620
  • smartcontractkit/full-blockchain-solidity-course-pyالصورة الرمزية لـ smartcontractkit

    smartcontractkit/full-blockchain-solidity-course-py

    11,212عرض على GitHub↗

    هذا المشروع عبارة عن منهج تعليمي شامل لتطوير ونشر واختبار تطبيقات blockchain باستخدام لغة Solidity. يعمل كمورد تقني لبناء تطبيقات لامركزية على Ethereum والشبكات المتوافقة باستخدام أدوات قائمة على Python. يوفر المنهج أدلة عملية حول إنشاء رموز قابلة للاستبدال وغير قابلة للاستبدال تتبع مواصفات الصناعة القياسية للتشغيل البيني. يتضمن منهج برمجة DeFi للتفاعل مع بروتوكولات التمويل اللامركزي لإدارة الضمانات، بالإضافة إلى تعليمات لاستيراد بيانات العالم الحقيقي والعشوائية القابلة للتحقق عبر شبكات oracle. تغطي المواد تطوير العقود الذكية وتنفيذ أنماط الوكيل لقابلية ترقية العقد. تشمل مجالات التركيز الإضافية بناء واجهات ويب تربط المحافظ الرقمية بعقود blockchain، وإدارة بيانات الأصول الوصفية على التخزين اللامركزي، وإجراء التحقق من العقد من خلال محاكاة الشبكة.

    Guides the construction of web user interfaces that connect digital wallets to smart contract functions.

    عرض على GitHub↗11,212
السابق123التالي
  1. Home
  2. Web Development
  3. Full-Stack Web Frameworks

استكشف الوسوم الفرعية

  • Beego and Iris ImplementationsImplementations using the Beego and Iris frameworks for building full-stack web applications with routing, MVC structure, and session management. **Distinct from Full-Stack Web Frameworks:** Distinct from Full-Stack Web Frameworks: focuses on specific Beego and Iris framework implementations, not general full-stack frameworks.
  • Blockchain Integrations1 وسم فرعيFrameworks and utilities for connecting web frontends to decentralized blockchain networks. **Distinct from Full-Stack Web Frameworks:** Distinct from general full-stack frameworks: focuses specifically on the bridge between web interfaces and blockchain smart contracts.
  • Solid.js FrameworksFull-stack web frameworks built on Solid.js with file-based routing, server rendering, and static site generation. **Distinct from Full-Stack Web Frameworks:** Distinct from Full-Stack Web Frameworks: specifically targets Solid.js as the UI library, not a general full-stack framework.
  • Vue-Based FrameworksFull-stack frameworks built on Vue.js that provide server-side rendering, file-based routing, and auto-imports for universal web applications. **Distinct from Full-Stack Web Frameworks:** Distinct from Full-Stack Web Frameworks: specifically built on Vue.js with its component model and reactive data binding.