Build cross-platform desktop speed test apps with Electron. The API runs in the renderer process while you can communicate results to the main process via IPC.
Works on Windows, macOS, and Linux from a single codebase.
The HTML page that runs in Electron's renderer process, executes the speed test, and displays results with a native-feeling UI.
The Electron main process that creates the window and handles IPC communication.