Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 301 Bytes

electron react resource monitor

todo

  • add an IPC bus to ensure secure communication between the main process and the renderer process
    • create a preload.cts to expose the priviledged APIs to the "Main World"
    • send the static data from the Main process to the Renderer process