Hacker News new | past | comments | ask | show | jobs | submit login

> Electron has a main process and renderer process and they communicate via events. I found myself swimming in the event soup very often.

Ironically, this might also be what you need to write a fast non web based client to your app. By keeping the UI renderer is in a separate process, it could be written in any language or technology at all and the "main" app would be none the wiser.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: