mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
What exactly is it? NET wrapper on top of Electron? #42
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 @jitbit on GitHub (Nov 3, 2017).
The homepage lacks the most important information... What is this exactly? I though tit was a .net alternative to Electron, turns out it's it's just Electron (JS-based yeah) with a web-app running on the background?
@robertmuehsig commented on GitHub (Nov 3, 2017):
Valid point.
I quote my intro blogpost, which may show you the basic "communication"
Currently it is a Wrapper - not a port. We heard the feedback and I assume that many think Electron.NET is a port. I will open another issue how a port might look like and what the problems are. Some aspects and ideas are already mentioned in this issue.
I think we need to update the readme @GregorBiswanger
Anyway - thanks for your feedback 👍
@jitbit commented on GitHub (Nov 3, 2017):
Thanks! You should probable mention this on the home page to fix this issue
@joaocc commented on GitHub (Nov 3, 2017):
Have you guys considered using something like Bridge.Net (https://bridge.net/) to speed up the integration work?
@robertmuehsig commented on GitHub (Nov 3, 2017):
I saw this project in combination with Retyped a couple of weeks back. There are lot of possibilities. The idea was to get a familiar environment for ASP.NET Core devs, this might not be ideal, but we are looking for feedback :)
@joaocc commented on GitHub (Nov 3, 2017):
Hi. Googled a bit more and I found these https://github.com/bridgedotnet/Widgetoko which seems closer to what I was asking about (something about it https://blog.bridge.net/widgetoko-a-node-js-and-electron-application-written-in-c-1a2be480e4f9).
Both approaches seem very interesting even though, in our case, the Widgetoko seems more interesting (we have an existing Electron/Angular/TS app).
Anyway, excellent initiative!
@Suchiman commented on GitHub (Nov 3, 2017):
I wonder how much effort it would be to plug into electron to create a
<script type="text/csharp" />since that would perform better than compiling C# to JS@robertmuehsig commented on GitHub (Nov 7, 2017):
So - I added some notes to the Readme.md and hope it is now clear what it is. Feel free to comment here if you have some more questions.