|
|
|
|
|
by bringtheaction
3003 days ago
|
|
> Unless all of the communication between the frontend part and the native tooling is done via sockets. Admittedly I have not developed any Electron apps, but I have developed serious web apps and worked a little bit with NodeJS also. Why don’t people do exactly that when they write their code — make all communication happen over regular HTTP and websockets? |
|
For comparison, the same data transfer using Electron native plugin took well under 1ms.