awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesNetwork Request Executions

Capabilities for sending and receiving data over network protocols using browser APIs.

Distinct from API Request Handling: The candidates focus on payload handling or specific socket managers; this is about general request execution like fetch.

Explore 7 awesome GitHub repositories matching web development · Network Request Executions. Refine with filters or upvote what's useful.

Awesome Network Request Executions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • javascript-tutorial/en.javascript.infojavascript-tutorial 的头像

    javascript-tutorial/en.javascript.info

    25,344在 GitHub 上查看↗

    This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development education resource providing instruction on modern language fundamentals, object-oriented design, and advanced asynchronous programming patterns. The resource functions as both a frontend development guide and a technical reference. It covers core language features such as closures, prototypes, promises, and typed arrays, while providing practical lessons on managing browser data and handling network requests. The content spans several key capability areas, including browser

    Provides practical lessons on executing network requests to handle real-time and asynchronous data transfers.

    HTMLenglishjavascripttutorial
    在 GitHub 上查看↗25,344
  • awslabs/llrtawslabs 的头像

    awslabs/llrt

    8,752在 GitHub 上查看↗

    llrt is a low-latency JavaScript runtime based on the QuickJS engine, specifically designed for executing asynchronous functions in serverless environments. It provides a lightweight execution layer optimized for fast startup times and minimal memory usage when running ES2023 workloads. The project differentiates itself by bundling natively optimized cloud service SDKs directly into the runtime binary to eliminate external dependency loading. To further reduce cold start latency, it implements parallel connection warming for TLS and network handshakes during the startup phase. The runtime co

    Executes network requests over HTTP and TLS to communicate with external web services.

    Rust
    在 GitHub 上查看↗8,752
  • hit-alibaba/interviewHIT-Alibaba 的头像

    HIT-Alibaba/interview

    5,253在 GitHub 上查看↗

    该项目是一个全面的技术面试准备指南和计算机科学知识库。它作为一个结构化的学习资源,旨在帮助软件工程师复习核心工程概念并准备专业编码评估。 该仓库专注于广泛的理论和实践领域,包括移动应用架构和操作系统基础的详细参考。它提供了关于软件架构模式和网络协议分析的精选材料,以支持职业发展。 该内容涵盖了基础能力,如数据结构与算法、并发与多线程以及内存管理。它还深入探讨了系统架构,包括进程调度、进程间通信和 UI 渲染优化。

    Explains the execution of synchronous and asynchronous data transfers using URL-based requests.

    Shellinterviewinterview-preparation
    在 GitHub 上查看↗5,253
  • openkraken/krakenopenkraken 的头像

    openkraken/kraken

    4,928在 GitHub 上查看↗

    Kraken 是一个跨平台 UI 框架和 Web 标准运行时,旨在通过标准 Web 标记和样式构建原生应用。它利用基于 Flutter 的渲染引擎来处理 HTML 和 CSS,在移动和桌面平台上产生视觉上一致的用户界面。 该系统通过将运行时编译为机器代码并采用同步光栅化流水线来确保动画和滚动与原生应用的流畅度相匹配,从而脱颖而出。它进一步将高性能原生组件直接集成到 Web 标准文档对象模型树中,允许定义由原生小部件支持的自定义 HTML 标签。 该框架涵盖了广泛的功能面,包括 JavaScript 组件树执行、全局和本地状态同步以及标准化的手势处理。它还提供了一个基于插件的系统,用于通过自定义后端函数扩展 API,并支持与各种前端框架的集成。 开发者工作流通过与 Chrome DevTools 协议的集成得到支持,从而实现应用状态检查和 UI 样式修改。

    Provides capabilities for fetching data from remote servers using standard web protocols to populate application content.

    TypeScriptengineflutterkraken
    在 GitHub 上查看↗4,928
  • biaochenxuying/blogbiaochenxuying 的头像

    biaochenxuying/blog

    4,774在 GitHub 上查看↗

    本项目是一个前端开发博客和技术知识库。它作为一个软件工程参考和 Web 开发作品集,提供了关于前端工程、编程模式和计算机科学基础的精选文章和笔记。 该网站专注于前端工程教育和技术知识管理。它通过组织技术指南和教程,涵盖了软件架构模式、Web 开发工作流和工程面试准备。 项目的范围包括浏览器内部原理、响应式界面实现和 Web 性能优化的文档。它还涉及数据结构、算法以及构建和部署静态网站的过程。

    Executes HTTP transactions using promise-based methods to intercept and transform network data.

    HTMLalgorithmselement-uiexpress
    在 GitHub 上查看↗4,774
  • capricorn86/happy-domcapricorn86 的头像

    capricorn86/happy-dom

    4,532在 GitHub 上查看↗

    happy-dom 是一个基于 JavaScript 的无头浏览器模拟和虚拟 DOM 引擎。它实现了文档对象模型 (DOM) 和 Web API,以在 Node.js 等非浏览器环境中执行前端代码并运行测试。 该项目提供了一个用于创建和测试自定义元素及 Shadow DOM 结构的编程接口。它支持有状态页面实例管理以模拟多个并发浏览会话,并包含一个可编程时钟以同步异步操作。 该系统涵盖了广泛的浏览器模拟功能,包括 DOM 操作和变异监控、网络请求执行以及窗口设置和视口尺寸的管理。它还允许将浏览器标准全局变量注入到执行上下文中。

    Executes asynchronous HTTP requests using a standard interface to simulate interaction with external APIs.

    TypeScriptangularbrowserbun
    在 GitHub 上查看↗4,532
  • javascript-tutorial/ru.javascript.infojavascript-tutorial 的头像

    javascript-tutorial/ru.javascript.info

    4,057在 GitHub 上查看↗

    该项目是一个全面的 JavaScript 编程教程和前端 Web 开发课程。它作为一个结构化的教育资源,用于学习 JavaScript 语言,涵盖从基础语法到高级异步模式和现代编程技术的各个方面。 该资源作为一个前端工程教科书和 CSS 布局指南,提供有关构建响应式用户界面的详细教学材料。它涵盖了自定义 Web 组件的设计,以及应用样式和定位以创建有效的前端界面。 该课程包含几个核心能力领域,包括文档对象模型(DOM)的操作、用于网络请求和二进制数据处理的 Web API 集成,以及本地浏览器数据存储的管理。它还提供有关变量作用域、函数上下文和正则表达式等语言基础的指导。 内容以基于 Markdown 的静态站点形式交付,其中结构化文件被转换为静态 HTML 页面。

    Covers the execution of asynchronous HTTP requests to retrieve or push server data using browser APIs.

    HTMLjavascriptrussiantutorial
    在 GitHub 上查看↗4,057
  1. Home
  2. Web Development
  3. Network Request Executions