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

34 repository-uri

Awesome GitHub RepositoriesNetworking Frameworks

Libraries for handling HTTP requests and API communication.

Explore 34 awesome GitHub repositories matching part of an awesome list · Networking Frameworks. Refine with filters or upvote what's useful.

Awesome Networking Frameworks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • alamofire/alamofireAvatar Alamofire

    Alamofire/Alamofire

    42,385Vezi pe 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

    Provides an elegant, standard networking library for Swift.

    Swiftalamofirecarthagecertificate-pinning
    Vezi pe GitHub↗42,385
  • shadowsocks/shadowsocksx-ngAvatar shadowsocks

    shadowsocks/ShadowsocksX-NG

    32,887Vezi pe GitHub↗

    ShadowsocksX-NG is a macOS application that functions as a Shadowsocks VPN client, SOCKS5 proxy manager, and PAC routing client. It is designed to bypass network restrictions by managing connections to Shadowsocks proxy servers through a graphical user interface. The project provides mechanisms for importing server profiles via QR codes and URLs, and it supports the integration of third-party plugins to modify network traffic. It also includes a local HTTP proxy server that translates SOCKS5 traffic into HTTP proxy format for application compatibility. The utility covers network traffic rout

    Provides a fast tunnel proxy for bypassing firewalls.

    Swiftkcptunmacosshadowsocks
    Vezi pe GitHub↗32,887
  • moya/moyaAvatar Moya

    Moya/Moya

    15,364Vezi pe 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

    Provides a network abstraction layer for API services.

    Swift
    Vezi pe GitHub↗15,364
  • ashleymills/reachability.swiftAvatar ashleymills

    ashleymills/Reachability.swift

    7,976Vezi pe 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.

    Replaces Apple's Reachability with a closure-based API.

    Swift
    Vezi pe GitHub↗7,976
  • kasketis/netfoxAvatar kasketis

    kasketis/netfox

    3,754Vezi pe 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

    Provides one-line network debugging and interception.

    Swift
    Vezi pe GitHub↗3,754
  • oauthswift/oauthswiftAvatar OAuthSwift

    OAuthSwift/OAuthSwift

    3,333Vezi pe GitHub↗

    Swift based OAuth library for iOS

    Provides OAuth support for iOS applications.

    Swiftoauthoauth-clientoauth1
    Vezi pe GitHub↗3,333
  • danie1s/tiercelAvatar Danie1s

    Danie1s/Tiercel

    2,865Vezi pe GitHub↗

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

    Manages background downloads and resumable transfers.

    Swift
    Vezi pe GitHub↗2,865
  • pmusolino/wormholyAvatar pmusolino

    pmusolino/Wormholy

    2,600Vezi pe GitHub↗

    iOS network debugging, like a wizard 🧙‍♂️

    Provides a wizard-like network debugging interface.

    Swift
    Vezi pe GitHub↗2,600
  • ishkawa/apikitAvatar ishkawa

    ishkawa/APIKit

    1,995Vezi pe GitHub↗

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

    Builds type-safe web API clients.

    Swift
    Vezi pe GitHub↗1,995
  • netguru/responsedetectiveAvatar netguru

    netguru/ResponseDetective

    1,947Vezi pe GitHub↗

    Sherlock Holmes of the networking layer. :male_detective:

    Intercepts network requests and responses for debugging.

    Swiftdebuggingiosmacos
    Vezi pe GitHub↗1,947
  • daltoniam/swifthttpAvatar daltoniam

    daltoniam/SwiftHTTP

    1,898Vezi pe GitHub↗

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Wraps NSURLSession for simpler HTTP requests.

    Swift
    Vezi pe GitHub↗1,898
  • rwbutler/connectivityAvatar rwbutler

    rwbutler/Connectivity

    1,689Vezi pe GitHub↗

    🌐 Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.

    Detects internet connectivity and Wi-Fi network status reliably.

    Swift
    Vezi pe GitHub↗1,689
  • dduan/justAvatar dduan

    dduan/Just

    1,402Vezi pe GitHub↗

    Swift HTTP for Humans

    Offers a human-friendly HTTP library inspired by Python.

    Swift
    Vezi pe GitHub↗1,402
  • p2/oauth2Avatar p2

    p2/OAuth2

    1,179Vezi pe GitHub↗

    OAuth2 framework for macOS and iOS, written in Swift.

    Implements OAuth 2 authentication protocols.

    Swiftiosmacosoauth2
    Vezi pe GitHub↗1,179
  • johnlui/pitayaAvatar johnlui

    johnlui/Pitaya

    833Vezi pe GitHub↗

    🏇 A Swift HTTP / HTTPS networking library just incidentally execute on machines

    Executes HTTP/HTTPS requests across various platforms.

    Swift
    Vezi pe GitHub↗833
  • snipsco/postalAvatar snipsco

    snipsco/Postal

    655Vezi pe GitHub↗

    A Swift framework for working with emails

    Provides simple access to common email service providers.

    Swift
    Vezi pe GitHub↗655
  • trivago/heimdallr.swiftAvatar trivago

    trivago/Heimdallr.swift

    642Vezi pe GitHub↗

    Easy to use OAuth 2 library for iOS, written in Swift.

    Provides an easy-to-use OAuth 2 implementation.

    Swiftoauth2swift
    Vezi pe GitHub↗642
  • mlsdev/tronAvatar MLSDev

    MLSDev/TRON

    546Vezi pe GitHub↗

    Lightweight network abstraction layer, written on top of Alamofire

    Provides a lightweight network abstraction built on Alamofire.

    Swift
    Vezi pe GitHub↗546
  • postmates/pmhttpAvatar postmates

    postmates/PMHTTP

    503Vezi pe GitHub↗

    Swift/Obj-C HTTP framework with a focus on REST and JSON

    Focuses on REST and JSON-based HTTP communication.

    Swift
    Vezi pe GitHub↗503
  • delba/swiftyoauthAvatar delba

    delba/SwiftyOAuth

    486Vezi pe GitHub↗

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

    Provides a small OAuth library with built-in providers.

    Swift
    Vezi pe GitHub↗486
Înapoi12Înainte
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Networking Frameworks