17 repos
Integrated collections of libraries and tools that coordinate server-side resource fetching and client-side interface rendering.
Explore 17 awesome GitHub repositories matching web development · Full-Stack Frameworks. Refine with filters or upvote what's useful.
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
Maps out comprehensive frameworks designed to accelerate full-stack web application development.
React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.
Full-stack frameworks provide integrated routing, static generation, and server-side rendering for scalable web applications.
This project is a comprehensive, day-by-day curriculum designed to guide learners through the Python programming language and its professional applications. The content spans from fundamental syntax and object-oriented design to advanced topics including database management, web development, data analysis, and machine
Grasp full-stack architecture through clear explanations of request-response cycles and modern framework integration.
FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event
Coordinates server-side route definitions, application state management, and request processing within a unified framework.
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
Executes incoming network requests through a sequential chain of interceptors to allow flexible, modular request processing.
Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The
Unifies server-side API development and client-side interface construction within a single, high-speed environment.
NextChat is a self-hosted web application that provides a unified interface for interacting with multiple large language models. It functions as a conversational platform where users can manage and switch between diverse AI providers through configurable API backends, maintaining full control over their data and infras
Leverages modern framework capabilities to serialize application state and restore user sessions instantly.
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
Combines database management, request handling, template rendering, and security into a single environment for building complete web applications.
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
Equips developers with a unified environment for building scalable server-side applications, complete with database, authentication, and task processing utilities.
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
Synchronizes server-side business logic with client-side interfaces to build responsive storefronts and management dashboards.
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
Simplifies full-stack development by bundling applications and web servers into single, executable archives ready for deployment.
This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mob
Aggregates a comprehensive directory of frameworks and essential tools for building modern web applications.
Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and proces
Chains functions that intercept and process incoming HTTP requests before they reach final route handlers.
Nuxt is a universal web framework designed for building full-stack applications that seamlessly transition between server-side rendering and client-side interactivity. It provides a comprehensive development environment that automates routing, dependency injection, and type generation, allowing developers to focus on a
Facilitates full-stack development by seamlessly switching between server-side rendering and client-side interactivity.
This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side temp
Standardizes the interaction between server-side logic and client-side interfaces through a consistent architectural pattern.
React Router is a navigation and data-loading framework that maps URL patterns to nested component hierarchies. It functions as a full-stack router, coordinating server-side resource fetching with client-side hydration to synchronize application state across different environments. By providing a declarative interface
Coordinates server-side resource fetching and client-side hydration to synchronize application state across environments.
Requests is a high-level HTTP client library designed to simplify web communication and API integration. It provides an intuitive, human-readable interface for performing standard network operations, including request execution, connection pooling, and stateful session management. By encapsulating raw network data into
Automates header management, cookie persistence, and redirect following to streamline complex web interactions.