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
Back to envoy/embassy

Open-source alternatives to Embassy

30 open-source projects similar to envoy/embassy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Embassy alternative.

  • 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
  • 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
  • zewo/zewoZewo avatar

    Zewo/Zewo

    1,846View on GitHub↗

    Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.

    Swift
    View on GitHub↗1,846
  • vapor/vaporvapor avatar

    vapor/vapor

    26,138View on GitHub↗

    Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the

    Swiftframeworkhttphttp2
    View on GitHub↗26,138

AI search

Explore more awesome repositories

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

Find more with AI search
  • skylab-inc/lightningskylab-inc avatar

    skylab-inc/Lightning

    310View on GitHub↗

    A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework

    Swift
    View on GitHub↗310
  • 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
  • kylef-archive/curassowkylef-archive avatar

    kylef-archive/Curassow

    397View on GitHub↗

    Swift HTTP server using the pre-fork worker model

    Swift
    View on GitHub↗397
  • glock45/swifterglock45 avatar

    glock45/swifter

    4,018View on GitHub↗

    Swifter is a lightweight HTTP server engine and networking library for the Swift programming language. It provides a minimal networking layer designed for hosting internal web services, building server-side applications, and implementing custom HTTP servers. The project enables the creation of embedded web services for remote control or status monitoring and supports lightweight web hosting with a minimal footprint. Its capabilities cover the management of raw TCP connections and network sockets, using a request-response cycle to parse incoming data into HTTP requests and map them to handler

    Swift
    View on GitHub↗4,018
  • swiftybeaver/swiftybeaverSwiftyBeaver avatar

    SwiftyBeaver/SwiftyBeaver

    6,066View on GitHub↗

    SwiftyBeaver is an extensible logging framework for Swift that routes log output to multiple destinations simultaneously, including the Xcode console, local files, and remote cloud services. It supports recording messages at distinct severity levels with corresponding visual styling, and can attach arbitrary contextual data such as numbers, arrays, or dictionaries to log entries without requiring manual string conversion. The framework distinguishes itself through destination-based log routing, where each output target can have its own independent format and filter configuration managed by a

    Swift
    View on GitHub↗6,066
  • grpc/grpcgrpc avatar

    grpc/grpc

    44,891View on GitHub↗

    gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between distributed services. It utilizes a structured interface definition language to generate consistent client stubs and server skeletons, enabling applications to invoke methods on remote servers as if they were local objects. By leveraging the HTTP/2 transport layer, the framework supports efficient binary serialization and multiplexed data exchange across diverse programming environments. The framework distinguishes itself through its support for flexible communication patterns, incl

    C++
    View on GitHub↗44,891
  • huytd/swift-httphuytd avatar

    huytd/swift-http

    447View on GitHub↗

    HTTP Implementation for Swift on Linux and Mac OS X

    Swift
    View on GitHub↗447
  • ibm-swift/kituraIBM-Swift avatar

    IBM-Swift/Kitura

    7,585View on GitHub↗

    Kitura is a server-side web framework for building web applications and APIs using the Swift programming language. It provides a native HTTP server for hosting network traffic and implementing REST APIs. The framework features a pluggable middleware architecture that allows for the insertion of custom logic into the request-response pipeline. It utilizes a Codable data processor to automate the serialization and deserialization of HTTP requests and responses using Swift data models. The system includes a trie-based route matching mechanism for mapping URL paths to handlers and supports the F

    Swift
    View on GitHub↗7,585
  • izqui/taylorizqui avatar

    izqui/Taylor

    924View on GitHub↗

    A lightweight library for writing HTTP web servers with Swift

    Swift
    View on GitHub↗924
  • amzn/smoke-frameworkamzn avatar

    amzn/smoke-framework

    1,453View on GitHub↗

    A light-weight server-side service framework written in the Swift programming language.

    Swift
    View on GitHub↗1,453
  • nozeio/noze.ioNozeIO avatar

    NozeIO/Noze.io

    307View on GitHub↗

    Evented I/O streams for Swift

    Swift
    View on GitHub↗307
  • pgjones/hypercornpgjones avatar

    pgjones/hypercorn

    1,582View on GitHub↗

    Hypercorn is an ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn.

    Pythonasgiasynciohttp-server
    View on GitHub↗1,582
  • pylons/waitressPylons avatar

    Pylons/waitress

    1,587View on GitHub↗

    Waitress - A WSGI server for Python 3

    Pythonhttp-serverpythonwsgi-server
    View on GitHub↗1,587
  • robbiehanson/cocoahttpserverrobbiehanson avatar

    robbiehanson/CocoaHTTPServer

    5,609View on GitHub↗

    CocoaHTTPServer is a lightweight embedded web server designed to handle incoming network requests and serve local application content. The project implements Bonjour-based service discovery to broadcast server availability on local networks and supports WebDAV for remote file management, allowing files to be created, moved, and edited over HTTP. Network security is handled through certificate-based TLS encryption and password-based resource authentication. Request routing is managed via a delegate-based system, while concurrent connections are handled using Grand Central Dispatch.

    Objective-C
    View on GitHub↗5,609
  • sauliusgrigaitis/swiftonsauliusgrigaitis avatar

    sauliusgrigaitis/Swifton

    1,952View on GitHub↗

    A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X

    Swift
    View on GitHub↗1,952
  • takebayashi/swiftratakebayashi avatar

    takebayashi/swiftra

    261View on GitHub↗

    Sinatra-like DSL for developing web apps in Swift

    Swift
    View on GitHub↗261
  • tomerfiliba-org/rpyctomerfiliba-org avatar

    tomerfiliba-org/rpyc

    1,704View on GitHub↗

    RPyC (Remote Python Call) - A transparent and symmetric RPC library for python

    Python
    View on GitHub↗1,704
  • twostraws/swiftgdtwostraws avatar

    twostraws/swiftgd

    474View on GitHub↗

    A simple Swift wrapper for libgd

    Swift
    View on GitHub↗474
  • unbit/uwsgiunbit avatar

    unbit/uwsgi

    3,546View on GitHub↗

    uWSGI application server container

    C
    View on GitHub↗3,546
  • vapor/redisvapor avatar

    vapor/redis

    469View on GitHub↗

    Vapor provider for RediStack

    Swift
    View on GitHub↗469
  • kludex/uvicornKludex avatar

    Kludex/uvicorn

    10,406View on GitHub↗
    Pythonasgiasynciohttp
    View on GitHub↗10,406
  • apacheexpress/apacheexpressApacheExpress avatar

    ApacheExpress/ApacheExpress

    170View on GitHub↗

    Reliable Server Side Swift ✭ Make Apache great again!

    Swift
    View on GitHub↗170
  • 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
  • brettrtoomey/jobsBrettRToomey avatar

    BrettRToomey/Jobs

    294View on GitHub↗

    A job system for Swift backends.

    Swift
    View on GitHub↗294
  • colemancda/networkobjectscolemancda avatar

    colemancda/NetworkObjects

    259View on GitHub↗

    Swift backend / server framework (Pure Swift, Supports Linux)

    Swift
    View on GitHub↗259
  • crossroadlabs/expresscrossroadlabs avatar

    crossroadlabs/Express

    846View on GitHub↗

    Swift Express is a simple, yet unopinionated web application server written in Swift

    Swift
    View on GitHub↗846