30 open-source projects similar to debox-dev/teleport, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Teleport alternative.
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
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.
π A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.
πΈ Powerful Codable API requests builder and manager for iOS.
Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
Pure Swift iOS download framework with background downloads, relaunch recovery, resumable transfers, and task management.
A simple OAuth library for iOS with a built-in set of providers
π±π² A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices
π‘ GoodNetworking is an iOS library written in Swift that simplifies HTTP networking by using GRSession and Encodable/DataRequest extensions. It supports latest Swift and all iOS devices, making it a powerful solution for managing network interactions and data encoding/decoding. The library is easy to install with SPM.
Type-safe networking abstraction layer that associates request type with response type.
π A Swift HTTP / HTTPS networking library just incidentally execute on machines
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
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
Sherlock Holmes of the networking layer. :male_detective:
Swift based OAuth library for iOS
OAuth2 framework for macOS and iOS, written in Swift.
iOS network debugging, like a wizard π§ββοΈ
π Makes Internet connectivity detection more robust by detecting Wi-Fi networks without Internet access.
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
Write clean, concise and declarative network code relying on URLSession, with the power of RxSwift. Inspired by Retrofit.