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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
NozeIO avatar

NozeIO/Noze.io

0
View on GitHub↗
307 stars·11 forks·Swift·13 viewsnoze.io↗

Noze.io

Evented I/O streams for Swift

Features

  • Web Servers - Provides evented I/O streams similar to Node.js.

Star history

Star history chart for nozeio/noze.ioStar history chart for nozeio/noze.io

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Noze.io

These projects share indexed features with Noze.io. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • django/daphnedjango avatar

    django/daphne

    2,670View on GitHub↗

    Django Channels HTTP/WebSocket server

    Python
    View on GitHub↗2,670
  • emmett-framework/granianemmett-framework avatar

    emmett-framework/granian

    5,074View on 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

    Rustasgiasynciohttp
    View on GitHub↗5,074
  • envoy/ambassadorenvoy avatar

    envoy/Ambassador

    189View on GitHub↗

    Super lightweight web framework in Swift based on SWSGI

    Swift
    View on GitHub↗189
  • benoitc/gunicornbenoitc avatar

    benoitc/gunicorn

    10,443View on GitHub↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    Pythonhttphttp-serverpython
    View on GitHub↗10,443
Compare all 18 related projects→

Frequently asked questions

What does nozeio/noze.io do?

Evented I/O streams for Swift

What are the main features of nozeio/noze.io?

The main features of nozeio/noze.io are: Web Servers.

Which projects share features with nozeio/noze.io?

Projects with overlapping indexed features include: django/daphne — Django Channels HTTP/WebSocket server. emmett-framework/granian — Granian is a Rust-based HTTP server written specifically to serve Python web applications. It supports the three major… envoy/ambassador — Super lightweight web framework in Swift based on SWSGI. envoy/embassy — Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux. grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between… benoitc/gunicorn — Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a…