13 repositorios
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 es un lenguaje de programación de propósito general y compilador entre lenguajes diseñado para unificar activos y bibliotecas de múltiples ecosistemas de programación en un único entorno compartido. Traduce código fuente de alto nivel en binarios ejecutables utilizando backends especializados adaptados para diferentes entornos de destino. El proyecto cuenta con un sistema para la programación en lenguaje natural, transformando instrucciones legibles por humanos escritas en inglés sencillo en código ejecutable. También funciona como una herramienta entre lenguajes que importa e integra bibliotecas y activos externos de diferentes ecosistemas de lenguaje durante el proceso de compilación. Su superficie de capacidades incluye un framework web basado en archivos que mapea nombres de archivo a endpoints de API, un analizador HTML basado en DOM para la extracción de datos y un motor de juegos 2D basado en actores que utiliza sistemas de diálogo basados en eventos. Además, proporciona una sintaxis simplificada para ejecutar comandos de shell y scripts administrativos para la automatización de tareas de DevOps.
Provides a framework for building structured HTTP-based interfaces using file-based routing.
Lumen es un micro-framework de PHP y framework de API REST diseñado para construir aplicaciones web de alto rendimiento y servicios ligeros. Proporciona un entorno optimizado para desarrollar servicios web independientes y a pequeña escala que manejan lógica de negocio específica. El framework se centra en el desarrollo de microservicios y la creación de endpoints web sin estado (stateless). Proporciona una arquitectura mínima para reducir la sobrecarga operativa al construir servicios backend de alto rendimiento y prototipos rápidos de API web. El sistema incorpora el despacho y filtrado de solicitudes a través de middleware, utilizando un contenedor de servicios para la inyección de dependencias y un ciclo de vida de aplicación inicializado. Emplea una interfaz de proxy estático y sigue el estándar de mensajería HTTP.
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 es un framework de microservicios de Python diseñado para construir sistemas distribuidos utilizando una arquitectura orientada a servicios. Proporciona un sistema para implementar llamadas a procedimientos remotos y difusión de eventos asíncronos entre servicios desacoplados mediante el uso del protocolo AMQP y brokers de mensajes. El framework incluye un pool de clientes HTTP gestionado para obtener contenido remoto mientras se evita el agotamiento de recursos. También funciona como una puerta de enlace web de microservicios, permitiendo que la lógica de servicio interna se exponga como endpoints web externos a través de protocolos HTTP estándar. El proyecto cubre amplias capacidades para la comunicación distribuida, incluyendo la distribución de eventos pub-sub, manejo de llamadas a procedimientos remotos y la creación de interfaces web. También proporciona una interfaz de línea de comandos para la gestión de servicios y utilidades dedicadas para probar la lógica de servicios.
Provides tools for building structured HTTP-based interfaces to expose internal microservice logic.