awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MLSDev avatar

MLSDev/TRON

0
View on GitHub↗
546 星标·50 分支·Swift·MIT·6 次浏览

TRON

Lightweight network abstraction layer, written on top of Alamofire

Features

  • Networking Frameworks - Provides a lightweight network abstraction built on Alamofire.
  • Networking - Network abstraction layer built on Alamofire.

Star 历史

mlsdev/tron 的 Star 历史图表mlsdev/tron 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

TRON 的开源替代方案

相似的开源项目,按与 TRON 的功能重合度排序。
  • ashleymills/reachability.swiftashleymills 的头像

    ashleymills/Reachability.swift

    7,976在 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
    在 GitHub 上查看↗7,976
  • billp/terminetworkbillp 的头像

    billp/TermiNetwork

    105在 GitHub 上查看↗

    🌏 A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.

    Swift
    在 GitHub 上查看↗105
  • alamofire/alamofireAlamofire 的头像

    Alamofire/Alamofire

    42,385在 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
    在 GitHub 上查看↗42,385
  • daltoniam/swifthttpdaltoniam 的头像

    daltoniam/SwiftHTTP

    1,898在 GitHub 上查看↗

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Swift
    在 GitHub 上查看↗1,898
查看 TRON 的所有 30 个替代方案→

常见问题解答

mlsdev/tron 是做什么的?

Lightweight network abstraction layer, written on top of Alamofire

mlsdev/tron 的主要功能有哪些?

mlsdev/tron 的主要功能包括:Networking Frameworks, Networking。

mlsdev/tron 有哪些开源替代品?

mlsdev/tron 的开源替代品包括: billp/terminetwork — 🌏 A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications. danie1s/tiercel — Pure Swift iOS download framework with background downloads, relaunch recovery, resumable transfers, and task… alamofire/alamofire — Alamofire is an HTTP networking library that provides a foundation for managing network requests and responses through… ashleymills/reachability.swift — Reachability.swift is a network connectivity listener and Swift network state wrapper. It monitors real-time changes… daltoniam/swifthttp — Thin wrapper around NSURLSession in swift. Simplifies HTTP requests. ishkawa/apikit — Type-safe networking abstraction layer that associates request type with response type.