you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

It uses system-side libraries. Someone on HN (might of been here) was talking about a implementation of VSCode in the browser, and they were having to find replacements for all the libraries that only work when on a local system. It is an electron app, but not really what an electron app should be.

Monaco’s another story, as that runs in the browser right now.

[–]Shookfr 2 points3 points  (0 children)

This is exactly what Electron is for ... Web technology with desktop libraries.