6 repos
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.
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.
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.
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.
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.
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.
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.