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
kylef-archive avatar

kylef-archive/Curassow

0
View on GitHub↗
397 stars·31 forks·Swift·BSD-2-Clause·10 viewscurassow.fuller.li↗

Curassow

Swift HTTP server using the pre-fork worker model

Features

  • Web Servers - Implements an HTTP server using a pre-fork worker model.
  • Server Side Swift - Pre-fork worker model HTTP server.

Star history

Star history chart for kylef-archive/curassowStar history chart for kylef-archive/curassow

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 Curassow

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

    Kitura/Kitura

    7,585View on GitHub↗

    Kitura is a server-side web framework for building HTTP services and web applications using the Swift programming language. It functions as an HTTP server that handles incoming requests, routes traffic, and serves responses. The framework serves as a Codable REST API framework, enabling the encoding and decoding of native Swift data types for web service communication. It also provides a FastCGI web interface to connect Swift applications to external web servers for improved scalability. The system includes capabilities for secure web communication through SSL/TLS network encryption, server-

    Swift
    View on GitHub↗7,585
  • httpswift/swifterhttpswift avatar

    httpswift/swifter

    4,018View on GitHub↗

    Swifter is a lightweight HTTP server engine and routing system written in the Swift programming language. It functions as a web server capable of handling network requests and delivering responses such as HTML and plain text. The project provides a Swift WebSocket server for establishing bidirectional real-time communication channels to exchange text and binary data. It also includes a static file server that maps URL paths to local directories for direct file system access. The engine manages HTTP request routing by mapping specific URL paths to handler functions for delivering dynamic cont

    Swift
    View on GitHub↗4,018
  • envoy/embassyenvoy avatar

    envoy/Embassy

    618View on GitHub↗

    Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux

    Swift
    View on GitHub↗618
  • perfectlysoft/perfectPerfectlySoft avatar

    PerfectlySoft/Perfect

    13,753View on GitHub↗

    Perfect is a server-side Swift framework designed for building high-performance web applications, REST APIs, and backend services. It provides an asynchronous HTTP server that handles web traffic through an event loop, alongside a web template engine for generating dynamic HTML pages. The project includes a WebSocket communication library for implementing bidirectional, real-time data exchange between clients and servers. It also provides a database connector to establish connections and exchange data between Swift applications and external database stores. The framework's capabilities cover

    Swift
    View on GitHub↗13,753
Compare all 30 related projects→

Frequently asked questions

What does kylef-archive/curassow do?

Swift HTTP server using the pre-fork worker model

What are the main features of kylef-archive/curassow?

The main features of kylef-archive/curassow are: Web Servers, Server Side Swift.

Which projects share features with kylef-archive/curassow?

Projects with overlapping indexed features include: kitura/kitura — Kitura is a server-side web framework for building HTTP services and web applications using the Swift programming… perfectlysoft/perfect — Perfect is a server-side Swift framework designed for building high-performance web applications, REST APIs, and… envoy/embassy — Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux. httpswift/swifter — Swifter is a lightweight HTTP server engine and routing system written in the Swift programming language. It functions… skylab-inc/lightning — A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework. vapor/vapor — Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and…