13 repository-uri
Tools for building and documenting structured HTTP-based interfaces for web services.
Distinguishing note: Focuses on HTTP endpoint development and API documentation rather than general web page rendering.
Explore 13 awesome GitHub repositories matching web development · Web API Frameworks. Refine with filters or upvote what's useful.
This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine
Create interfaces for data exchange using structured routing patterns and automatically generate technical documentation to help other developers understand how to interact with your services.
Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an
Provides a toolkit for building robust, standards-compliant web services.
Python is a high-level, interpreted programming language designed for readability and versatility. It operates via a bytecode-based virtual machine and manages memory automatically through reference-counting garbage collection. The language supports multiple programming paradigms, including object-oriented, imperative, and functional styles, and provides a comprehensive standard library for system operations, networking, and data handling. The language is distinguished by its dynamic nature, allowing for runtime object introspection and metaclass-driven class creation. It utilizes protocol-ba
Provides high-performance frameworks for building and documenting backend web services.
This project serves as a comprehensive, community-driven directory for the .NET ecosystem. It functions as a curated index of high-quality libraries, frameworks, and tools designed to assist developers in identifying recommended solutions for a wide range of project requirements and software engineering tasks. The repository distinguishes itself by providing a categorized catalogue that simplifies the discovery of resources across the entire .NET development lifecycle. By maintaining a standardized collection of community-contributed utilities, it helps developers navigate the ecosystem to fi
Provides tools for building and documenting structured HTTP-based interfaces for web services.
Feathers is a database-agnostic Node.js application framework designed for building scalable backend systems. It functions as a real-time API framework that provides a server implementation for both REST endpoints and WebSocket connections. The framework decouples application logic from the underlying database technology and communication protocols. This allows a single service to handle both HTTP and Socket requests while separating business logic from the specific data persistence layer. The system organizes data operations through a standardized service-based interface and utilizes hook-b
Provides a comprehensive framework for building structured HTTP-based interfaces and RESTful web services.
Scalar is a platform for building and managing API specifications, focusing on OpenAPI and AsyncAPI standards. It provides tools to generate interactive API references with embedded testing interfaces, create mock servers for pre-implementation testing, and build offline-first API clients that sync with backend frameworks. The platform also supports version upgrades of specifications to maintain compatibility and includes command-line utilities for local development and document management. The project distinguishes itself through automated release workflows that generate changelogs and publi
Serves API Markdown documentation via web framework HTTP endpoints like /docs.
Gop este un limbaj de programare de uz general și un compilator cross-language conceput pentru a unifica activele și bibliotecile din mai multe ecosisteme de programare într-un singur mediu partajat. Traduce codul sursă de nivel înalt în binare executabile folosind backend-uri specializate adaptate pentru diferite medii țintă. Proiectul dispune de un sistem pentru programarea în limbaj natural, transformând instrucțiunile lizibile de către om, scrise în engleză simplă, în cod executabil. De asemenea, funcționează ca un instrument cross-language care importă și integrează biblioteci și active externe din diferite ecosisteme de limbaje în timpul procesului de compilare. Suprafața sa de capabilități include un framework web bazat pe fișiere care mapează numele fișierelor la endpoint-uri API, un parser HTML bazat pe DOM pentru extragerea datelor și un motor de joc 2D bazat pe actori care utilizează sisteme de dialog bazate pe evenimente. În plus, oferă o sintaxă simplificată pentru executarea comenzilor shell și a scripturilor administrative pentru automatizarea sarcinilor DevOps.
Provides a framework for building structured HTTP-based interfaces using file-based routing.
Lumen este un micro-framework PHP și un framework REST API conceput pentru construirea de aplicații web de înaltă performanță și servicii ușoare. Oferă un mediu simplificat pentru dezvoltarea de servicii web independente, de mică amploare, care gestionează o logică de business specifică. Framework-ul este axat pe dezvoltarea de microservicii și crearea de endpoint-uri web stateless. Oferă o arhitectură minimală pentru a reduce overhead-ul operațional atunci când se construiesc servicii backend de înaltă performanță și prototipuri rapide de API-uri web. Sistemul încorporează rutarea și filtrarea cererilor prin middleware, utilizând un container de servicii pentru injecția de dependențe și un ciclu de viață al aplicației bootstrapped. Utilizează o interfață de proxying static și respectă mesageria HTTP standardizată.
Provides a streamlined toolkit for constructing and documenting structured HTTP-based interfaces for web services.
Cowboy is a high-performance HTTP server for Erlang and OTP. It is designed to handle web traffic with low memory usage and can be used as a standalone server or as an embedded networking library integrated directly into an existing application. The project implements modern transport protocols, including HTTP/3, QUIC, and WebTransport, to enable faster connections and bidirectional data streaming. It also functions as a real-time communication server supporting Server-Sent Events for pushing asynchronous updates to clients. Broad capabilities include path and content-type based request rout
Enables web API development with path and method-based routing for JSON and HTML responses.
Hug is a type-driven Python web framework designed for building APIs. It uses Python type annotations to automatically validate and convert incoming request data and to format outgoing responses. The framework functions as an automated documentation tool by extracting function signatures and markers from source code to generate accessible API specifications. It also supports non-blocking coroutines for asynchronous API processing to handle background tasks without interrupting the main request cycle. The project provides capabilities for REST API development, including route mapping, endpoin
Enables the creation of structured HTTP-based interfaces for processing requests and returning data.
Hyperf is a high-performance PHP coroutine framework designed for building microservices and middleware. It utilizes non-blocking coroutines to handle high concurrency and low-latency request processing, providing a foundation for scalable distributed systems. The framework is distinguished by an aspect-oriented programming based dependency injector that enables pluggable components and meta-programming. It includes a coroutine-optimized object-relational mapper with integrated model caching and an orchestration toolkit for microservice governance, featuring service discovery, circuit breaker
Provides a comprehensive framework for building structured HTTP-based interfaces for web services.
This project is a Go programming language study guide and backend development course. It provides a collection of learning notes and practical examples covering fundamental syntax and core language concepts. The repository functions as a tutorial for building web APIs and network services. It includes implementation guides for the Gin web framework and code demonstrations for creating remote procedure call services using Protocol Buffers. The material covers backend API engineering, including routing, data binding, and error handling. It also includes examples of structured logging and custo
Provides a comprehensive guide to building structured HTTP-based interfaces using the Gin framework.
Nameko este un framework de microservicii Python conceput pentru construirea de sisteme distribuite folosind o arhitectură orientată pe servicii. Oferă un sistem pentru implementarea apelurilor de proceduri la distanță (RPC) și difuzarea asincronă de evenimente între servicii decuplate prin utilizarea protocolului AMQP și a message broker-elor. Framework-ul include un pool de clienți HTTP gestionat pentru a prelua conținut la distanță, prevenind în același timp epuizarea resurselor. De asemenea, funcționează ca un gateway web pentru microservicii, permițând expunerea logicii serviciilor interne ca endpoint-uri web externe prin protocoale HTTP standard. Proiectul acoperă capabilități largi pentru comunicarea distribuită, inclusiv distribuția de evenimente pub-sub, gestionarea apelurilor de proceduri la distanță și crearea de interfețe web. Oferă, de asemenea, o interfață de linie de comandă pentru gestionarea serviciilor și utilitare dedicate pentru testarea logicii serviciilor.
Provides tools for building structured HTTP-based interfaces to expose internal microservice logic.