awesome-repositories.comCategoríasBlog
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
·
MLSDev avatar

MLSDev/TRON

0
View on GitHub↗
546 estrellas·50 forks·Swift·MIT·5 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de mlsdev/tronGráfico del historial de estrellas de mlsdev/tron

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a TRON

Proyectos open-source similares, clasificados según cuántas características comparten con TRON.
  • 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.

    Swift
    Ver en GitHub↗7,976
  • billp/terminetworkAvatar de billp

    billp/TermiNetwork

    105Ver en GitHub↗

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

    Swift
    Ver en GitHub↗105
  • 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

    Swiftalamofirecarthagecertificate-pinning
    Ver en GitHub↗42,385
  • daltoniam/swifthttpAvatar de daltoniam

    daltoniam/SwiftHTTP

    1,898Ver en GitHub↗

    Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.

    Swift
    Ver en GitHub↗1,898
Ver las 30 alternativas a TRON→

Preguntas frecuentes

¿Qué hace mlsdev/tron?

Lightweight network abstraction layer, written on top of Alamofire

¿Cuáles son las características principales de mlsdev/tron?

Las características principales de mlsdev/tron son: Networking Frameworks, Networking.

¿Qué alternativas de código abierto existen para mlsdev/tron?

Las alternativas de código abierto para mlsdev/tron incluyen: 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.