Pinned
Pacharapol Withayasakpunt Wed, July 24, 2019
Pacharapol Withayasakpunt Wed, July 3, 2019
Create an Electron app from any web server in any programming language.
As Electron is actually an containerized extended Chromium web engine, I reckon that this must be possible somehow. However, by default, Electron uses ipcMain/ipcRenderer rather than http or websocket…
As for a lazy reader, you can see my example project at https://github.com/patarapolw/rep2recall-sqlite, which is Python Flask in Electron. There is also a pure TypeScript version -- https://github.com/patarapolw/e-rep2recall