Hacker News new | ask | show | jobs
by burtonator 2607 days ago
Is this literally the same code that runs in the main Electron app just on the server?

I assume about 20% of it is going to have to be custom of course but still .. re-using a lot of the same code on the desktop is nice.

1 comments

Yep! We want the experience between the web and desktop to feel cohesive and immediately familiar (not to mention extension interop). So it only made sense to share as much of the code as possible, to ensure we can provide the best developer experience!