Bling + Electron
Hi, I'm wondering if anyone's thought about (or done some research) to use Bling for a nicer DX with Electron - it would be great DX if you could from the renderer safely and conveniently call the nodejs server (main) using just server$ (or main$), and perhaps vice versa.
The architecture of an electron app is generally a nodejs process (main) and one or more renderer processes (chromium) which may or may not be headless. Traditionally Electron has only supported CJS modules, and often been bundled using webpack, but recent developments are bringing native ESM to Electron.
1 Reply
absent-sapphire•3y ago
This would probably be a great fit for bling tbh.
@nksaraf @ryansolid