awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
BoltsFramework avatar

BoltsFramework/Bolts-ObjC

0
View on GitHub↗
5,622 estrellas·576 forks·Objective-C·5 vistas

Bolts ObjC

Bolts-ObjC es una biblioteca de desarrollo móvil en Objective-C que proporciona herramientas para coordinar operaciones asíncronas y enrutar enlaces profundos (deep links) dentro de aplicaciones nativas. Funciona como un framework para gestionar tareas en segundo plano y resolver metadatos de navegación para dirigir a los usuarios a contenido específico.

La biblioteca incluye un motor de enrutamiento de enlaces profundos y un navegador de enlaces de aplicaciones que resuelven la compatibilidad del manejador para lanzar experiencias nativas o activar alternativas de navegador web. También cuenta con un registrador de enlaces de analíticas móviles para rastrear el movimiento del usuario a través de enlaces profundos para la integración con plataformas de analíticas externas.

El proyecto cubre la coordinación de tareas asíncronas con seguimiento de dependencias y propagación de errores para mantener la capacidad de respuesta de la interfaz. Además, proporciona capacidades para el seguimiento de referentes móviles y el análisis de URLs entrantes para el enrutamiento específico del dispositivo.

Features

  • Objective-C Libraries - Provides a collection of low-level tools for managing asynchronous tasks and navigation in Objective-C mobile applications.
  • Deep Link Navigators - Provides a utility for resolving handler compatibility to trigger interface navigation via external URL schemes.
  • Native Experience Launchers - Resolves navigation metadata to launch native application experiences or trigger web browser fallbacks.
  • URL Scheme Handlers - Maps incoming deep link strings to specific app content by parsing metadata and checking handler availability.
  • Deep Link Routing - Parses incoming URLs to route mobile app users directly to specific content based on their device.
  • Futures and Promises - Manages complex task dependencies and error propagation using a chainable future-based model.
  • Asynchronous Task Managers - Coordinates concurrent background operations and non-blocking task execution to maintain interface responsiveness.
  • App Navigation Fallbacks - Provides a mechanism to determine the optimal navigation path between native app handlers and web browser fallbacks.
  • Mobile App Analytics - Tracks user movement through deep links for integration with external mobile analytics platforms.
  • Deep Link Attribution Tracking - Logs link events and displays navigation banners to track how users arrive at the mobile application.
  • Thread-Safe State Transitions - Ensures data consistency across background tasks and UI updates using atomic synchronization primitives.
  • Async and Event Handling - Low-level tasks and app link utilities for Objective-C.
  • Event Bus Systems - Collection of low-level libraries for tasks and deep links.

Historial de estrellas

Gráfico del historial de estrellas de boltsframework/bolts-objcGráfico del historial de estrellas de boltsframework/bolts-objc

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 Bolts ObjC

Proyectos open-source similares, clasificados según cuántas características comparten con Bolts ObjC.
  • boltsframework/bolts-androidAvatar de BoltsFramework

    BoltsFramework/Bolts-Android

    4,004Ver en GitHub↗

    Bolts-Android is a mobile development library for Android that provides a framework for deep-linking and a system for managing asynchronous tasks. It functions as a toolkit for parsing inbound intents, resolving URL metadata, and routing users to specific native content within an application. The library includes a task manager for coordinating parallel background operations and handling thread-safe execution. This system uses chainable tasks, cancellation tokens to stop active processes, and routing to ensure results return to the main user interface thread. The framework also covers deep-l

    Java
    Ver en GitHub↗4,004
  • facebook/facebook-ios-sdkAvatar de facebook

    facebook/facebook-ios-sdk

    8,067Ver en GitHub↗

    This software is a mobile app analytics toolkit, a social graph API client, and a social sharing library for iOS. Its primary purpose is to enable the tracking of application events and ad conversions, the retrieval of user profiles and social connections from the Facebook Graph API, and the publication of content to social feeds and messaging services. The toolkit provides specialized capabilities for social login integration and identity management, including the handling of access tokens and session refreshing. It features a dedicated system for deep link navigation to route users to speci

    Swift
    Ver en GitHub↗8,067
  • mxcl/promisekitAvatar de mxcl

    mxcl/PromiseKit

    14,238Ver en GitHub↗

    PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an asynchronous workflow coordinator, representing the eventual result of an operation to simplify concurrency logic and replace nested callback structures. The framework enables the coordination of both sequential and parallel asynchronous tasks. It provides a structured pipeline for chaining operations, allowing the results of one task to be passed into the next and facilitating the execution of multiple operations simultaneously. The library includes a state-machine based reso

    Swift
    Ver en GitHub↗14,238
  • amphp/ampAvatar de amphp

    amphp/amp

    4,419Ver en GitHub↗

    Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous applications using an event loop to schedule operations, timers, and signals within a single process. The project implements a coroutine library that utilizes fibers to suspend and resume function execution. This allows the system to handle concurrent tasks without blocking the main execution thread, optimizing CPU usage during input and output operations. It further manages pending operation results through a future and promise implementation. The framework covers a broad range of

    PHP
    Ver en GitHub↗4,419
Ver las 30 alternativas a Bolts ObjC→

Preguntas frecuentes

¿Qué hace boltsframework/bolts-objc?

Bolts-ObjC es una biblioteca de desarrollo móvil en Objective-C que proporciona herramientas para coordinar operaciones asíncronas y enrutar enlaces profundos (deep links) dentro de aplicaciones nativas. Funciona como un framework para gestionar tareas en segundo plano y resolver metadatos de navegación para dirigir a los usuarios a contenido específico.

¿Cuáles son las características principales de boltsframework/bolts-objc?

Las características principales de boltsframework/bolts-objc son: Objective-C Libraries, Deep Link Navigators, Native Experience Launchers, URL Scheme Handlers, Deep Link Routing, Futures and Promises, Asynchronous Task Managers, App Navigation Fallbacks.

¿Qué alternativas de código abierto existen para boltsframework/bolts-objc?

Las alternativas de código abierto para boltsframework/bolts-objc incluyen: boltsframework/bolts-android — Bolts-Android is a mobile development library for Android that provides a framework for deep-linking and a system for… facebook/facebook-ios-sdk — This software is a mobile app analytics toolkit, a social graph API client, and a social sharing library for iOS. Its… mxcl/promisekit — PromiseKit is a future-based concurrency framework and promise library for Swift and Objective-C. It functions as an… amphp/amp — Amp is a non-blocking concurrency framework for PHP. It provides a core infrastructure for writing asynchronous… uber/ribs — RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of… yonahforst/react-native-permissions — react-native-permissions is a cross-platform mobile permissions library that provides a unified API for checking and…