|
|
|
|
|
by JSDave
3378 days ago
|
|
Electron gives you a view process, background process, and a way for the 2 to communicate. The view process is very limited, just standard web APIs. The background process is basically a node process and can do anything you can in node. |
|