cdBurner — local burn agent
===========================

This small program lets the cdBurner web page burn discs using the optical drive on THIS
computer. A web browser cannot talk to a disc drive on its own, so this agent does the
actual burning (using Windows' built-in IMAPI2 engine — nothing else to install).

RECOMMENDED: the installer
  Get cdBurner-Setup.exe from https://onlinecdburner.com (the big "Download
  cdBurner" button) and run it. It installs per-user (no admin), runs in the background,
  starts automatically when you sign in, and keeps itself up to date. First run only:
  Windows may show "Run anyway" and a one-time "trust this certificate?" — click through both.
  Remove it any time from Settings → Apps.

THIS ZIP (run from source — for developers)
  Requirements: Windows 10/11, an optical burner, and Node.js (https://nodejs.org, LTS).
  1. Unzip, then run:  node agent.js        (or double-click Start-CDBurner.cmd)
  2. Leave it running. The agent listens on http://localhost:9090
  3. Open the cdBurner page (online) or http://localhost:9090, pick your drive, choose
     files/folder/ISO, set the speed, and click Burn.

SECURITY
  The agent only listens on your own machine (127.0.0.1) and only answers the cdBurner page
  and localhost. Files are read only after you pick them in your browser. The installed
  agent self-updates only from an exe signed by cdBurner's own certificate.
