16 Repos
Frameworks zum Erstellen reaktiver Full-Stack-Oberflächen.
Explore 16 awesome GitHub repositories matching part of an awesome list · Full-Stack-Frameworks. 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 utilizes a radix tree data structure to perform request routing, ensuring high-speed path matching with minimal memory overhead. It distinguishes itself by employing a zero-reflection dispatch mechanism that invokes handler functions through static type assertions, avoiding the
High-performance HTTP framework with a familiar API.
Fiber is a high-performance web framework designed for building scalable HTTP services with minimal memory overhead. It provides a comprehensive runtime environment for managing the full request lifecycle, utilizing an optimized radix tree for high-speed route matching and an object pooling system to reduce garbage collection pressure during traffic processing. The framework distinguishes itself through its multi-process architecture, which supports prefork socket reuse to distribute incoming traffic across all available CPU cores. It offers a modular approach to application development, feat
Express-inspired framework optimized for performance.
Beego is a high-performance toolkit for building web applications and RESTful APIs using the Go programming language. It is structured as an MVC web framework that separates data models, views, and controllers to organize application logic. The project provides a comprehensive suite of integrated tools, including an object-relational mapper for translating code objects into database tables and a session manager for maintaining user identity and state across server requests. It also includes an internationalization framework for managing multilingual content and translating text based on user
Full-featured, high-performance framework for web development.
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
Full-stack framework focused on high developer productivity.
GF is a comprehensive Go application toolkit and web framework. It provides a set of libraries and tools for building scalable web applications, APIs, and enterprise-level software. The project features a driver-agnostic SQL database toolkit with a query builder and object mapper, alongside a dedicated framework for creating structured command line interfaces. It includes a project scaffolding tool to bootstrap application structures and automate development workflows. The toolkit covers several broader capability areas, including concurrent data management with thread-safe collections, cryp
Powerful modular framework for efficient project development.
Martini is a web framework for the Go programming language that provides a toolkit for building web applications. It functions as a routing engine and an HTTP middleware pipeline to map network requests to specific handler functions. The framework is distinguished by its dependency injection system, which automatically resolves and provides requested service types as arguments to handler functions. This allows for the decoupling of business logic from infrastructure by matching requested types against a registry of available services. The project covers a broad range of web capabilities, inc
Classy web framework for modular application design.
Buffalo ist ein umfassendes MVC-Webframework und eine Full-Stack-Toolchain für den Aufbau von Webanwendungen in Go. Es bietet eine strukturierte Entwicklungsumgebung, die Modelle, Views und Controller trennt und ein Webframework mit einem dedizierten Object-Relational-Mapper-Wrapper für Datenbankschema- und Datensatzverwaltung integriert. Das Projekt zeichnet sich durch eine Reihe von Entwicklungs-Utilities zum Bootstrapping von Projektstrukturen, zur Verwaltung von Assets und zum Erstellen produktionsreifer Container aus. Es verfügt über ein ausgeklügeltes Routing-System, das konventionsbasiertes RESTful-Ressourcen-Generieren, domänenbasiertes Virtual Hosting und die Erstellung von Route-Helpern für konsistente interne Verlinkungen unterstützt. Das Framework deckt ein breites Spektrum an Web-Kernfunktionen ab, einschließlich Middleware-basierter Request-Pipelines, dynamischem Template-Rendering und Request-Scoped-State-Management. Es enthält zudem integrierte Unterstützung für Hintergrundaufgabenverarbeitung, Session-Management, E-Mail-Versand und Graceful Server Shutdown.
Rapid development ecosystem for building web applications.
Reactpy is a Python web component framework and server-side UI library used to build interactive web interfaces. It allows for the creation of structured web layouts and visual logic within Python, removing the requirement to write client-side JavaScript. The framework utilizes a component-based model with reactive state management, where the user interface automatically updates in response to changes in the underlying Python state. It employs a virtual-DOM diffing process and WebSocket-based syncing to push real-time updates from the server to the browser. The system functions as an integra
React-like component development in Python.
Ponzu is a content management framework written in Go that functions as a headless CMS with a built-in JSON API and an automatically generated admin dashboard. It is designed to be compiled into a single binary, serving both the content API and the administrative interface from a single HTTP server. The framework distinguishes itself through automatic HTTPS certificate management via Let's Encrypt, enabling secure HTTP/2 delivery out of the box. It provides compile-time content scaffolding, allowing developers to define custom content types from the command line and generate the corresponding
Headless CMS with an integrated server framework.
Dieses Projekt ist ein Full-Stack-Entwicklungsframework und No-Code-Web-App-Builder, der darauf ausgelegt ist, die Erstellung von Netzwerkschnittstellen und API-Dokumentationen zu automatisieren. Es dient als System zum Aufbau von Full-Stack-Webanwendungen durch die Verbindung eines visuellen Frontend-Editors mit serverseitiger Logik. Die Plattform fungiert als polyglotter Backend-Integrator und Orchestrator, der eine einheitliche Kommunikationsschicht verwendet, um Frontend-Komponenten mit serverseitiger Logik zu verbinden, die in verschiedenen Programmiersprachen geschrieben ist. Sie nutzt ein gemeinsames Objektmodell, um die Synchronisation zwischen Client und Server aufrechtzuerhalten und Netzwerkverträge sowie Datenschemata automatisch abzugleichen. Das System enthält ein grafisches Design-Tool zum Aufbau von UI-Komponenten über einen Drag-and-Drop-Editor. Dieser visuelle Ansatz ermöglicht die Konstruktion von Progressive Web Apps durch das Mapping visueller Interaktionen auf strukturelle Repräsentationen, die mit Backend-Datenmodellen synchronisiert werden.
Automatically aligns network interfaces and API documentation between client and server using a shared object model.
Package macaron is a high productive and modular web framework in Go.
Productive and modular framework for web applications.
Phoenix LiveView but for Django
Phoenix LiveView-style reactive components for Django.
Build fast, user-friendly applications with Django and React or Vue
Bridge for building React frontends with Django.
Django LiveView: Framework for creating Realtime SPAs using HTML over the Wire technology
Dynamic, reactive interfaces using server-side templates.
Framework for building modular and pluggable applications.