6 个仓库
Sending and receiving data from servers in the background using non-blocking requests and JSON parsing.
Distinct from Asynchronous Request Managers: Candidates focus on request management, handlers, or buffering rather than the simple act of performing async requests.
Explore 6 awesome GitHub repositories matching web development · Asynchronous Data Fetching. Refine with filters or upvote what's useful.
该项目是一个基于 Markdown 的个人知识库和数字学习日志,用于存储书籍和技术文献的笔记与摘要。它作为一个阅读摘要仓库和技术参考库,用于归档非虚构类和专业材料的关键要点与见解。 该集合作为一个数字花园,用于整理来自书籍、文章和视频的见解。它专门专注于将复杂的架构模式、技术概念和专业领导力原则提炼成可搜索的格式,以供长期参考。 该仓库还通过收集可复用的思维框架、心智模型和专业决策工具来组织个人知识。它包含一个用于通过管理已完成和进行中作品列表来跟踪阅读进度的系统。
Sends and receives data from a server in the background using JSON parsing.
这是一个小型 JavaScript 项目和代码示例集合,通过实际应用演示了基本编程概念的实现。该仓库作为使用原生 JavaScript 构建交互式用户界面、管理应用程序状态和集成外部 API 的参考。 该项目专注于在不使用外部框架的情况下使用标准 JavaScript 来创建界面元素,如模态框、滑块和画廊。它提供了通过使用类和对象进行面向对象模式来组织复杂应用程序逻辑的示例,以确保代码结构化且可重用。 涵盖的功能包括用于填充动态内容的异步数据获取、用于实时用户界面更新的 DOM 元素操作,以及计时器和分页等功能系统的开发。
Sends and receives data from servers in the background using non-blocking requests.
该项目是专注于编译器理论、底层编程和 iOS 开发的技术研究与文档集合。它作为一个学习仓库和编程指南,涵盖了代码编译、执行引擎以及语言架构的内部工作原理。 该文档详细分析了可执行文件、运行时循环和操作系统内部结构,以了解系统行为。它还跟踪了不同版本发布中语言特性和语法的演变过程。 该仓库涵盖了几个实际应用领域,包括协议导向架构的实现、响应式网络编程和移动性能优化。它进一步探讨了数据持久化以及将人工智能工作流集成到开发过程中的方法。
Performs background data fetching from servers using non-blocking requests and asynchronous syntax.
rxhttp is a communication layer and network library for Android applications that wraps OkHttp to provide an asynchronous HTTP client. It functions as a type-safe API client that manages network requests and automates the conversion of responses into structured objects. The library features a compile-time code generation tool to produce type-safe request boilerplate and an interceptor framework for applying global encryption, decryption, and custom headers to network traffic. It supports non-blocking communication using Kotlin Coroutines and RxJava. The project covers a broad range of networ
Handles background data fetching with non-blocking requests and integrated lifecycle management.
Eigen is a cross-platform mobile application and art marketplace client designed for discovering artists and exploring a curated database of fine art and gallery collections. It serves as a community art discovery tool and digital platform for connecting with art enthusiasts across different operating systems. The project implements a component-based mobile user interface that synchronizes a JavaScript thread with native platform views. It focuses on delivering a social mobile experience for sharing discoveries and interacting with a global art ecosystem. The application incorporates a high-
Implements non-blocking network requests to fetch artwork and community data from remote servers.
This project is a jQuery plugin designed to replace traditional page-based navigation with continuous, dynamic content loading. It enables web interfaces to automatically fetch and append additional data to the document as a user scrolls toward the bottom of the viewport. The library distinguishes itself through granular control over the scroll-based trigger logic, allowing developers to define specific sensitivity thresholds, execution delays, and stopping conditions for content requests. It also provides built-in support for managing the visual state of the interface, including the display
Provides background network requests to fetch and append content dynamically to the document.