Closed kdzwinel closed 8 years ago
Currently backend (node) creates a websocket connection with the frontend (DT). This has couple of disadvantages:
Electron has a build in communication channel between frontend and backend (ipc), so let's use that instead!
Currently backend (node) creates a websocket connection with the frontend (DT). This has couple of disadvantages:
Electron has a build in communication channel between frontend and backend (ipc), so let's use that instead!