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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
ยฉ 2026 Bringes Technology SRLยทVAT RO45896025ยทhello@awesome-repositories.com
ยท
Back to sky-uk/reactiveapi

Open-source alternatives to ReactiveAPI

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

  • daltoniam/swifthttpdaltoniam avatar

    daltoniam/SwiftHTTP

    1,898View on GitHubโ†—

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Swift
    View on GitHubโ†—1,898
  • alamofire/alamofireAlamofire avatar

    Alamofire/Alamofire

    42,385View on GitHubโ†—

    Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through a chainable, type-safe interface. It serves as an asynchronous request manager, coordinating concurrent network operations and data streams while maintaining application responsiveness. The library distinguishes itself through a protocol-oriented request adaptation system, which utilizes interceptors to modify or authenticate requests before dispatch. It employs a middleware-driven pipeline to process traffic, handling encoding, authentication, and error recovery in a modular

    Swiftalamofirecarthagecertificate-pinning
    View on GitHubโ†—42,385
  • ashfurrow/moyaA

    ashfurrow/Moya

    0View on GitHubโ†—
    View on GitHubโ†—0
  • ashleymills/reachability.swiftashleymills avatar

    ashleymills/Reachability.swift

    7,976View on GitHubโ†—

    Reachability.swift is a network connectivity listener and Swift network state wrapper. It monitors real-time changes to network status and tracks whether a device is connected to Wi-Fi or cellular data. The library functions as a network reachability monitor that uses closures and system notifications to trigger callbacks when connectivity changes. It tracks internet connectivity and connection types to allow for network state handling and the adjustment of app content loading based on availability.

    Swift
    View on GitHubโ†—7,976

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
  • billp/terminetworkbillp avatar

    billp/TermiNetwork

    105View on GitHubโ†—

    ๐ŸŒ A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.

    Swift
    View on GitHubโ†—105
  • codyflame/codyfireCodyFlame avatar

    CodyFlame/CodyFire

    253View on GitHubโ†—

    ๐ŸŒธ Powerful Codable API requests builder and manager for iOS.

    Swift
    View on GitHubโ†—253
  • danie1s/tiercelDanie1s avatar

    Danie1s/Tiercel

    2,865View on GitHubโ†—

    Pure Swift iOS download framework with background downloads, relaunch recovery, resumable transfers, and task management.

    Swift
    View on GitHubโ†—2,865
  • dduan/justdduan avatar

    dduan/Just

    1,402View on GitHubโ†—

    Swift HTTP for Humans

    Swift
    View on GitHubโ†—1,402
  • debox-dev/teleportD

    debox-dev/Teleport

    0View on GitHubโ†—
    View on GitHubโ†—0
  • delba/swiftyoauthdelba avatar

    delba/SwiftyOAuth

    486View on GitHubโ†—

    A simple OAuth library for iOS with a built-in set of providers

    Swift
    View on GitHubโ†—486
  • dingwilson/multipeerdingwilson avatar

    dingwilson/MultiPeer

    245View on GitHubโ†—

    ๐Ÿ“ฑ๐Ÿ“ฒ A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices

    Swift
    View on GitHubโ†—245
  • dongri/oauthswiftD

    dongri/OAuthSwift

    0View on GitHubโ†—
    View on GitHubโ†—0
  • 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
  • goodrequest/goodnetworkingGoodRequest avatar

    GoodRequest/GoodNetworking

    30View on GitHubโ†—

    ๐Ÿ“ก GoodNetworking is an iOS library written in Swift that simplifies HTTP networking by using GRSession and Encodable/DataRequest extensions. It supports latest Swift and all iOS devices, making it a powerful solution for managing network interactions and data encoding/decoding. The library is easy to install with SPM.

    Swift
    View on GitHubโ†—30
  • hyperoslo/malibuhyperoslo avatar

    hyperoslo/Malibu

    12View on GitHubโ†—

    :surfer: Malibu is a networking library built on promises

    Swift
    View on GitHubโ†—12
  • iamrsalman/dotsiAmrSalman avatar

    iAmrSalman/Dots

    37View on GitHubโ†—

    Lightweight Concurrent Networking Framework

    Swift
    View on GitHubโ†—37
  • ishkawa/apikitishkawa avatar

    ishkawa/APIKit

    1,995View on GitHubโ†—

    Type-safe networking abstraction layer that associates request type with response type.

    Swift
    View on GitHubโ†—1,995
  • izqui/taylorizqui avatar

    izqui/Taylor

    924View on GitHubโ†—

    A lightweight library for writing HTTP web servers with Swift

    Swift
    View on GitHubโ†—924
  • johnlui/pitayajohnlui avatar

    johnlui/Pitaya

    833View on GitHubโ†—

    ๐Ÿ‡ A Swift HTTP / HTTPS networking library just incidentally execute on machines

    Swift
    View on GitHubโ†—833
  • justhttp/justJ

    JustHTTP/Just

    0View on GitHubโ†—
    View on GitHubโ†—0
  • kasketis/netfoxkasketis avatar

    kasketis/netfox

    3,754View on GitHubโ†—

    Netfox is an iOS and macOS network debugging library designed to intercept and monitor HTTP traffic. It functions as an in-app HTTP traffic inspector that captures request headers and response bodies for real-time network analysis. The tool provides a network performance monitor to calculate response times and data sizes, as well as a network log exporter for sharing captured request and response data via email. The project covers network analysis capabilities including traffic filtering to exclude specific URLs, request body capture, and a debug interface that can be toggled via programmati

    Swift
    View on GitHubโ†—3,754
  • kean/nukekean avatar

    kean/Nuke

    8,600View on GitHubโ†—

    Nuke is an image loading system designed to fetch, cache, and render images and short video clips within a user interface. It functions as an asset caching engine and a resumable download manager to handle the retrieval of remote media files. The framework includes a request priority manager to coordinate duplicate requests and order loading based on visual importance. It employs an image prefetching strategy to load visuals into memory before they are required and uses an LRU asset cache to reduce network traffic. The system covers broader capabilities in traffic management and data storage

    Swift
    View on GitHubโ†—8,600
  • mazyod/phoenixsharpM

    Mazyod/PhoenixSharp

    0View on GitHubโ†—
    View on GitHubโ†—0
  • mindbody/conduitmindbody avatar

    mindbody/Conduit

    53View on GitHubโ†—

    Robust Swift networking for web APIs

    Swift
    View on GitHubโ†—53
  • mlsdev/tronMLSDev avatar

    MLSDev/TRON

    546View on GitHubโ†—

    Lightweight network abstraction layer, written on top of Alamofire

    Swift
    View on GitHubโ†—546
  • moya/moyaMoya avatar

    Moya/Moya

    15,364View on GitHubโ†—

    Moya is a network abstraction layer for Swift that provides a structured framework for defining and executing REST API requests. It functions as a type-safe API client that decouples network endpoint definitions from the underlying implementation details to prevent configuration errors and URL typos. The project distinguishes itself by using protocol-based endpoint definitions and a provider-coordinated execution model. It includes a system for mapping network responses to strongly typed objects and features a dedicated tool for generating type-safe network interface files from external REST

    Swift
    View on GitHubโ†—15,364
  • mrskwiggs/netswiftMrSkwiggs avatar

    MrSkwiggs/Netswift

    25View on GitHubโ†—

    A type-safe, high-level networking solution for Swift apps

    Swift
    View on GitHubโ†—25
  • netguru/responsedetectivenetguru avatar

    netguru/ResponseDetective

    1,947View on GitHubโ†—

    Sherlock Holmes of the networking layer. :male_detective:

    Swiftdebuggingiosmacos
    View on GitHubโ†—1,947
  • nghialv/netN

    nghialv/Net

    0View on GitHubโ†—
    View on GitHubโ†—0
  • oauthswift/oauthswiftOAuthSwift avatar

    OAuthSwift/OAuthSwift

    3,333View on GitHubโ†—

    Swift based OAuth library for iOS

    Swiftoauthoauth-clientoauth1
    View on GitHubโ†—3,333