9 projects
FastAPI is a high-performance Python web framework for building APIs that leverages standard type hints, Starlette for the web layer, and Pydantic for data validation. It automatically generates OpenAPI-based interactive docs and provides editor autocompletion and request/response validation from type annotations.
Gin is a high-performance HTTP web framework for Go built on a zero-allocation, httprouter-derived radix-tree router. It offers Express-style routing, middleware chains, JSON binding/validation, and built-in rendering for building REST APIs and microservices.
Laravel is a full-stack PHP web application framework offering expressive syntax and batteries-included tooling for routing, an Eloquent ORM, migrations, queues, caching, and real-time broadcasting. It emphasizes developer ergonomics and convention to streamline building robust web apps.
Flask is a lightweight Python WSGI web framework built on Werkzeug and Jinja that provides a minimal core with routing, templating, and request handling, leaving architectural decisions and extra functionality to the developer and a large extension ecosystem.
Astro is a web framework for building content-driven websites, using a server-first architecture that ships zero JavaScript by default and hydrates interactive components on-demand via its "islands" model. It is UI-agnostic, letting you mix React, Vue, Svelte, Solid, Preact, or plain HTML in the same project.
Fiber is a fast, Express-inspired web framework for Go built on top of the high-performance fasthttp engine. It offers a familiar routing API, middleware, and zero memory allocation in the hot path, targeting developers who want rapid web/API development with low overhead.
ASP.NET Core is Microsoft's open-source, cross-platform framework for building web applications, APIs, real-time services, and cloud-connected backends on .NET. It bundles MVC, minimal APIs, Razor/Blazor, SignalR, and the Kestrel web server into a single high-performance stack.
Fastify is a high-performance Node.js web framework built around a powerful plugin/encapsulation architecture and JSON Schema-based validation and serialization. It aims to minimize per-request overhead while keeping a clean, developer-friendly API for building HTTP APIs and services.
Laravel is a full-stack PHP web application framework that bundles routing, an IoC container, an Eloquent ORM, queues, broadcasting, caching, and migrations behind an expressive, developer-friendly API. This repository holds the framework's core packages (as opposed to the application skeleton).