Electron Adventures: Episode 3: What Can Backend Code Even Do?
Let's do something that frontend code can't do on its own - run shell commands.
Run a single command
Electron on the backend is basically node process, with some extras for communicating with the browser.
Now it would much prefer you to use complicat...
taw.hashnode.dev2 min read