mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Convert ElectronJS to C# instead of using Node.js #250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vslmc on GitHub (Jan 13, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
Would have some benefits; but would it work flawless and with good performance?
Thinking of something like Widgetoko reversed; Convert ElectronJS before compiling
Replace and convert Node.JS API and V8 with .Net
@GregorBiswanger commented on GitHub (Jan 15, 2019):
Hi @Sekkei,
the native implementation of the APIs for Chromium with .NET Core requires a considerable implementation effort. We rely on an already powerful solution with the native electron. It also often requires direct access to Node.js from the community.
Best,
Gregor