awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Full-Stack Web Development · Awesome GitHub Repositories

6 repos

Awesome GitHub RepositoriesFull-Stack Web Development

Integrated development environments and tools for building scalable server-side APIs and client-side interfaces within a single codebase.

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

  1. Home
  2. Web Development
  3. Backend Development
  4. Web Frameworks
  5. Full-Stack Frameworks
  6. Full-Stack Web Development

Awesome Full-Stack Web Development GitHub Repositories

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

    Supports the development of high-traffic web services by combining rapid request routing with efficient memory management.

    Goframeworkgingo
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    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.

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

    Equips developers with a unified environment for building scalable server-side applications, complete with database, authentication, and task processing utilities.

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

    Simplifies full-stack development by bundling applications and web servers into single, executable archives ready for deployment.

    Javaframeworkjavaspring
  • expressjs/express

    expressjs/express

    68,784GitHubView on GitHub↗

    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

    Manages the request-response lifecycle by chaining custom logic for authentication, logging, and data processing.

    JavaScriptexpressjavascriptnodejs
  • rails/rails

    rails/rails

    58,297GitHubView on GitHub↗

    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

    Organizes server-side logic and client-side interfaces using a structured, convention-based approach to accelerate web application creation.

    Rubyactivejobactiverecordframework