awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesRust-Based Python HTTP Servers

HTTP servers written in Rust that serve Python web applications using ASGI, WSGI, and RSGI protocols.

Distinct from High-Performance HTTP Servers: Distinct from High-Performance HTTP Servers: specifically targets Rust-based servers for Python applications, not general high-performance servers.

Explore 3 awesome GitHub repositories matching web development · Rust-Based Python HTTP Servers. Refine with filters or upvote what's useful.

Awesome Rust-Based Python HTTP Servers GitHub Repositories

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

    seL4/seL4

    5,583Vezi pe GitHub↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Deploys a webserver written in Rust using the Microkit for component-based system construction.

    Cmicrokernelossel4
    Vezi pe GitHub↗5,583
  • emmett-framework/granianAvatar emmett-framework

    emmett-framework/granian

    5,074Vezi pe GitHub↗

    Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major Python gateway interfaces—ASGI for asynchronous apps, WSGI for synchronous apps, and RSGI for async requests—while also handling HTTP/1.1, HTTP/2, and WebSocket connections through automatic protocol negotiation. Architecturally, Granian uses a multiprocess worker model that isolates requests across CPU cores and provides configurable threadpool-limited concurrency to control backpressure per worker. It includes built-in Prometheus metrics exposition for connection counts and

    A high-performance HTTP server written in Rust that serves Python web applications using multiple gateway protocols.

    Rustasgiasynciohttp
    Vezi pe GitHub↗5,074
  • searxng/searxng-dockerAvatar searxng

    searxng/searxng-docker

    3,157Vezi pe GitHub↗

    This project is a containerized search infrastructure designed to deploy a privacy-focused metasearch engine. It acts as a self-hosted search proxy that aggregates results from multiple external web, image, and academic search providers while anonymizing requests and stripping trackers to protect user identity. The system utilizes Docker to orchestrate the search instance, integrating caching mechanisms and reverse proxy support to ensure a private and efficient search environment. It employs a modular adapter-based integration to standardize diverse external API responses and a processing pi

    Can be deployed using Granian, a high-performance Rust-based HTTP server for Python applications.

    dockerdocker-compose
    Vezi pe GitHub↗3,157
  1. Home
  2. Web Development
  3. High-Performance HTTP Servers
  4. Rust-Based Python HTTP Servers

Explorează sub-etichetele

  • Microkernel Rust HTTP ServersHTTP servers written in Rust that run on a microkernel using component-based system construction. **Distinct from Rust-Based Python HTTP Servers:** Distinct from Rust-Based Python HTTP Servers: focuses on Rust HTTP servers running directly on a microkernel, not serving Python applications.