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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

34 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • alamofire/alamofireAvatar de Alamofire

    Alamofire/Alamofire

    42,385Ver en 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
    Ver en GitHub↗42,385
  • shadowsocks/shadowsocksx-ngAvatar de shadowsocks

    shadowsocks/ShadowsocksX-NG

    32,887Ver en 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
    Ver en GitHub↗32,887
  • moya/moyaAvatar de Moya

    Moya/Moya

    15,364Ver en 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
    Ver en GitHub↗15,364
  • ashleymills/reachability.swiftAvatar de ashleymills

    ashleymills/Reachability.swift

    7,976Ver en 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
    Ver en GitHub↗7,976
  • kasketis/netfoxAvatar de kasketis

    kasketis/netfox

    3,754Ver en 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
    Ver en GitHub↗3,754
  • oauthswift/oauthswiftAvatar de OAuthSwift

    OAuthSwift/OAuthSwift

    3,333Ver en GitHub↗

    Swift based OAuth library for iOS

    Provides OAuth support for iOS applications.

    Swiftoauthoauth-clientoauth1
    Ver en GitHub↗3,333
  • danie1s/tiercelAvatar de Danie1s

    Danie1s/Tiercel

    2,865Ver en GitHub↗

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

    Manages background downloads and resumable transfers.

    Swift
    Ver en GitHub↗2,865
  • pmusolino/wormholyAvatar de pmusolino

    pmusolino/Wormholy

    2,600Ver en GitHub↗

    iOS network debugging, like a wizard 🧙‍♂️

    Provides a wizard-like network debugging interface.

    Swift
    Ver en GitHub↗2,600
  • ishkawa/apikitAvatar de ishkawa

    ishkawa/APIKit

    1,995Ver en GitHub↗

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

    Builds type-safe web API clients.

    Swift
    Ver en GitHub↗1,995
  • netguru/responsedetectiveAvatar de netguru

    netguru/ResponseDetective

    1,947Ver en GitHub↗

    Sherlock Holmes of the networking layer. :male_detective:

    Intercepts network requests and responses for debugging.

    Swiftdebuggingiosmacos
    Ver en GitHub↗1,947
  • daltoniam/swifthttpAvatar de daltoniam

    daltoniam/SwiftHTTP

    1,898Ver en GitHub↗

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Wraps NSURLSession for simpler HTTP requests.

    Swift
    Ver en GitHub↗1,898
  • rwbutler/connectivityAvatar de rwbutler

    rwbutler/Connectivity

    1,689Ver en 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
    Ver en GitHub↗1,689
  • dduan/justAvatar de dduan

    dduan/Just

    1,402Ver en GitHub↗

    Swift HTTP for Humans

    Offers a human-friendly HTTP library inspired by Python.

    Swift
    Ver en GitHub↗1,402
  • p2/oauth2Avatar de p2

    p2/OAuth2

    1,179Ver en GitHub↗

    OAuth2 framework for macOS and iOS, written in Swift.

    Implements OAuth 2 authentication protocols.

    Swiftiosmacosoauth2
    Ver en GitHub↗1,179
  • johnlui/pitayaAvatar de johnlui

    johnlui/Pitaya

    833Ver en GitHub↗

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

    Executes HTTP/HTTPS requests across various platforms.

    Swift
    Ver en GitHub↗833
  • snipsco/postalAvatar de snipsco

    snipsco/Postal

    655Ver en GitHub↗

    A Swift framework for working with emails

    Provides simple access to common email service providers.

    Swift
    Ver en GitHub↗655
  • trivago/heimdallr.swiftAvatar de trivago

    trivago/Heimdallr.swift

    642Ver en GitHub↗

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

    Provides an easy-to-use OAuth 2 implementation.

    Swiftoauth2swift
    Ver en GitHub↗642
  • mlsdev/tronAvatar de MLSDev

    MLSDev/TRON

    546Ver en GitHub↗

    Lightweight network abstraction layer, written on top of Alamofire

    Provides a lightweight network abstraction built on Alamofire.

    Swift
    Ver en GitHub↗546
  • postmates/pmhttpAvatar de postmates

    postmates/PMHTTP

    503Ver en GitHub↗

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

    Focuses on REST and JSON-based HTTP communication.

    Swift
    Ver en GitHub↗503
  • delba/swiftyoauthAvatar de delba

    delba/SwiftyOAuth

    486Ver en GitHub↗

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

    Provides a small OAuth library with built-in providers.

    Swift
    Ver en GitHub↗486
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Networking Frameworks