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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MLSDev avatar

MLSDev/TRON

0
View on GitHub↗
546 stars·50 forks·Swift·MIT·6 vues

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.

Historique des stars

Graphique de l'historique des stars pour mlsdev/tronGraphique de l'historique des stars pour mlsdev/tron

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à TRON

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec TRON.
  • ashleymills/reachability.swiftAvatar de ashleymills

    ashleymills/Reachability.swift

    7,976Voir sur 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
    Voir sur GitHub↗7,976
  • billp/terminetworkAvatar de billp

    billp/TermiNetwork

    105Voir sur GitHub↗

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

    Swift
    Voir sur GitHub↗105
  • alamofire/alamofireAvatar de Alamofire

    Alamofire/Alamofire

    42,385Voir sur 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
    Voir sur GitHub↗42,385
  • daltoniam/swifthttpAvatar de daltoniam

    daltoniam/SwiftHTTP

    1,898Voir sur GitHub↗

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Swift
    Voir sur GitHub↗1,898
Voir les 30 alternatives à TRON→

Questions fréquentes

Que fait mlsdev/tron ?

Lightweight network abstraction layer, written on top of Alamofire

Quelles sont les fonctionnalités principales de mlsdev/tron ?

Les fonctionnalités principales de mlsdev/tron sont : Networking Frameworks, Networking.

Quelles sont les alternatives open-source à mlsdev/tron ?

Les alternatives open-source à mlsdev/tron incluent : 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.