13 Repos
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 is a general purpose programming language and cross-language compiler designed to unify assets and libraries from multiple programming ecosystems into a single shared environment. It translates high-level source code into executable binaries using specialized backends tailored for different target environments. The project features a system for natural language programming, transforming human-readable instructions written in plain English into executable code. It also functions as a cross-language tool that imports and integrates external libraries and assets from different language ecosy
Provides a framework for building structured HTTP-based interfaces using file-based routing.
Lumen ist ein PHP-Micro-Framework und REST-API-Framework, das für den Aufbau von Webanwendungen mit hoher Performance und leichtgewichtigen Diensten entwickelt wurde. Es bietet eine optimierte Umgebung für die Entwicklung unabhängiger, kleiner Webdienste, die spezifische Geschäftslogik verarbeiten. Das Framework konzentriert sich auf die Entwicklung von Microservices und die Erstellung zustandsloser Web-Endpunkte. Es bietet eine minimale Architektur, um den operativen Overhead beim Aufbau von Backend-Diensten mit hoher Performance und schnellen Web-API-Prototypen zu reduzieren. Das System integriert Request-Dispatching und -Filterung durch Middleware und nutzt einen Service-Container für Dependency Injection sowie einen gebootstrappten Anwendungslebenszyklus. Es verwendet ein statisches Proxy-Interface und folgt standardisiertem HTTP-Messaging.
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 ist ein Python-Microservices-Framework für den Aufbau verteilter Systeme unter Verwendung einer serviceorientierten Architektur. Es bietet ein System zur Implementierung von Remote Procedure Calls und asynchronem Event-Broadcasting zwischen entkoppelten Services durch die Nutzung des AMQP-Protokolls und Message-Brokern. Das Framework enthält einen verwalteten HTTP-Client-Pool, um Remote-Inhalte abzurufen und gleichzeitig Ressourcenerschöpfung zu verhindern. Es fungiert zudem als Microservice-Web-Gateway, das es ermöglicht, interne Service-Logik als externe Web-Endpunkte über Standard-HTTP-Protokolle verfügbar zu machen. Das Projekt deckt breite Funktionen für verteilte Kommunikation ab, einschließlich Pub-Sub-Event-Verteilung, RPC-Handling und die Erstellung von Web-Schnittstellen. Es bietet zudem eine Kommandozeilenschnittstelle für das Service-Management und dedizierte Dienstprogramme zum Testen von Service-Logik.
Provides tools for building structured HTTP-based interfaces to expose internal microservice logic.