What Are the Best Practices for Making Electron Apps Optimized for Macs?
Especially for dealing with multiple real-time video and audio streams. thanks!
👤 vulcan01 Accepted Answer ✓
Don't use Electron.
It's like wrapping an entire browser for just one app. The overhead is going to slow it down. Write a native app instead. The second best option is to just make a website.
Whatever you do, avoid Electron. Your users will thank you.