|
|
|
|
|
by rhelmer
3048 days ago
|
|
You could probably do this now as a standalone Node app, if you want more explicit control over which APIs are available and where code can be run from. The browser is indeed quite complex (and not just because of the massive historical baggage), but its job is to give the user control while safely downloading untrusted code and running it locally. So, if your goal is to just have a simple standalone app I think you could stay largely compatible with APIs available in the browser environment. |
|
Also, I think users would have more control if documents didn't automatically gain the same privileges as applications.