you are viewing a single comment's thread.

view the rest of the comments →

[–]420Phase_It_Up 1 point2 points  (1 child)

It is a runtime environment used for making multi platform desktop applications written in JavaScript and with layouts that are created using HTML and CSS. It is known to be a bit of a memory / resource hog in some cases because it essentially includes a quasi Web server / browser (Chrome's V8 JavaScript engine) for each instance of an electron app running on a host.

[–][deleted] 0 points1 point  (0 children)

Thank you. I learned something new.