awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesHTTP Server Utilities

Components that manage the transmission of HTTP responses, including status codes, headers, and cookies, back to the client.

Explore 6 awesome GitHub repositories matching web development · HTTP Server Utilities. Refine with filters or upvote what's useful.

Awesome HTTP Server Utilities GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • expressjs/expressAvatar expressjs

    expressjs/express

    69,235Vezi pe GitHub↗

    Express is a minimalist web server framework that provides a foundational runtime environment for building backend web APIs and applications. It operates through a central application object that orchestrates the entire request-response lifecycle, allowing developers to define routes, manage server settings, and process incoming HTTP traffic. The framework is defined by its middleware-based routing engine, which sequences request handlers and logic blocks to process traffic based on path patterns and HTTP methods. This architecture supports a highly modular approach, enabling the creation of

    Constructs and transmits HTTP responses, including status codes, headers, and various data formats like JSON or HTML.

    JavaScriptexpressjavascriptnodejs
    Vezi pe GitHub↗69,235
  • adambard/learnxinyminutes-docsAvatar adambard

    adambard/learnxinyminutes-docs

    12,287Vezi pe GitHub↗

    This project is a collection of programming language references and syntax cheat sheets designed for rapid developer onboarding. It serves as a library of code-based documentation that uses valid source code files to provide whirlwind tours of various language specifications. The project focuses on programming language learning by providing concise, commented code examples that explain core features and syntax in place. This approach enables developers to quickly grasp language-specific patterns, data types, and execution flow through a consistent reference format. The content covers a broad

    Shows how to construct and transmit HTTP responses including status codes, headers, and body content.

    Markdown
    Vezi pe GitHub↗12,287
  • zeit/microAvatar zeit

    zeit/micro

    10,619Vezi pe GitHub↗

    Micro este un framework web minimalist pentru Node.js conceput pentru crearea de servicii HTTP asincrone și API-uri JSON ușoare. Acesta servește ca o bibliotecă cu amprentă redusă pentru implementarea handlerelor asincrone axate pe volume mari de cereri și overhead minim. Framework-ul utilizează un model funcțional de cerere și răspuns, rutând traficul către o singură funcție asincronă exportată ca punct de intrare principal. Este specializat în procesarea cererilor JSON primite și returnarea răspunsurilor formatate cu gestionarea automată a erorilor. Capabilitățile de bază includ parsarea corpului cererii pentru JSON, text simplu și buffere binare, precum și serializarea automată a răspunsurilor JSON. Sistemul oferă, de asemenea, mecanisme pentru interceptarea excepțiilor și maparea acestora către coduri de stare HTTP standardizate.

    Provides capabilities for constructing and transmitting HTTP responses with automatic content-type header management.

    TypeScript
    Vezi pe GitHub↗10,619
  • alibaba/higressAvatar alibaba

    alibaba/higress

    7,558Vezi pe GitHub↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Implements mechanisms to construct and return predefined HTTP responses, including custom status codes and bodies.

    Goai-gatewayai-nativeapi-gateway
    Vezi pe GitHub↗7,558
  • moleculerjs/moleculerAvatar moleculerjs

    moleculerjs/moleculer

    6,373Vezi pe GitHub↗

    Moleculer is a Node.js microservices framework designed for building distributed systems. It functions as a distributed service broker, task orchestrator, and service mesh framework, enabling a decentralized architecture with built-in service discovery and load balancing. The project differentiates itself through a pluggable transport layer supporting protocols such as NATS, Redis, TCP, and Kafka, as well as a dedicated microservices API gateway that maps external HTTP and WebSocket requests to internal service actions. It includes built-in fault tolerance mechanisms, including circuit breake

    Allows service action handlers to explicitly set custom HTTP status codes, content types, and response headers.

    JavaScript
    Vezi pe GitHub↗6,373
  • jorisvink/koreAvatar jorisvink

    jorisvink/kore

    3,825Vezi pe GitHub↗

    Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific

    Implements mechanisms for generating and transmitting HTTP responses including status codes, headers, and bodies.

    Ccframeworkhigh-performance
    Vezi pe GitHub↗3,825
  1. Home
  2. Web Development
  3. Web Infrastructure and Deployment
  4. Web Infrastructure & Servers
  5. HTTP Server Utilities

Explorează sub-etichetele

  • HTTP Response HandlersMechanisms for constructing and transmitting HTTP responses including status codes, headers, and body content.