Tag

asar

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 5, 2022 · Frontend Development

Analyzing the Architecture of Xunlei's Electron‑Based Desktop Client

This article dissects Xunlei's desktop client built with Electron, explaining how its frontend resources are packaged, how multiple BrowserWindow instances are organized, how the app communicates with the DownloadSDK via a custom IPC server, and what the observed process tree reveals about its design.

ElectronIPCasar
0 likes · 9 min read
Analyzing the Architecture of Xunlei's Electron‑Based Desktop Client
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 8, 2022 · Frontend Development

Understanding Automatic Updates in Electron Applications with electron-updater

This article explains how to implement full, incremental, and partial updates for Electron apps using electron-updater, covering update.yml configuration, semver version checks, content‑defined chunking, blockmap handling, and gray‑release strategies for safe deployment.

ElectronIncremental UpdateSemVer
0 likes · 9 min read
Understanding Automatic Updates in Electron Applications with electron-updater