Electron.NET icon indicating copy to clipboard operation
Electron.NET copied to clipboard

Election.net with custom web service

Open Jennal opened this issue 4 years ago • 0 comments

Hi, thanks for this great job for C# users to use electron.

But ASP.NET/Blazor or something like that from Microsoft are too slow on startup, even on empty/simple project. It would takes more than 10s to start the app. The time is close to power on my computer till I see the windows login page.

I don't need features in ASP.NET or Blazor, I only need logic codes written by C#.

I find a much faster web service called WatsonWebserver. It cost almost zero time to startup on an empty/simple project.

Is there a way to use WatsonWebserver or custom web service written by myself?

Jennal avatar Jul 09 '21 08:07 Jennal