runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 128 forks source link

Electron Apps #158

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi there. Would Electron Apps be able to work with this, since it’s based on Linux?

ghost commented 5 years ago

Ok, here’s my idea for it. Install electron through NPM. Create an electron app (which will be your GUI and renders since it’s based on Chromium). Write in your js loader to load the electron app as your main GUI.

Could this work?

RossComputerGuy commented 5 years ago

No, they require X11.19.12.2018, 01:43, "Dilan Omer" notifications@github.com:Ok, here’s my idea for it. Install electron through NPM. Create an electron app (which will be your GUI and renders since it’s based on Chromium). Write in your js loader to load the electron app as your main GUI. Could this work?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.

austinfrey commented 5 years ago

@dilan-omer RuntimeJS is not based on Linux so you will probably face an uphill battle trying to get electron running on it. It is a completely new kernel built from scratch to run low-level javascript applications.

ghost commented 5 years ago

Oh it's not based on Linux, or was that NodeOS. My bad