Electron Adventures: Episode 18: Sending Data To Backend
Electron apps have frontend process (called "renderer") and backend process (called "main"). There's also small bridging code in between ("preload") that has access to backend API on the frontend.
So far we completely ignored the backend process, and...
taw.hashnode.dev3 min read