Electron.NET serves webpages over network #277

Open
opened 2026-01-29 16:35:33 +00:00 by claunia · 0 comments
Owner

Originally created by @The-MAZZTer on GitHub (Feb 10, 2019).

From the console window that shows when you run electronize start:

Now listening on: http://0.0.0.0:8001

ASP.NET should be configured to listen on 127.0.0.1, not 0.0.0.0, as the latter allows for external computers to connect, which is not desired for Electron.

Originally created by @The-MAZZTer on GitHub (Feb 10, 2019). From the console window that shows when you run electronize start: Now listening on: http://0.0.0.0:8001 ASP.NET should be configured to listen on 127.0.0.1, not 0.0.0.0, as the latter allows for external computers to connect, which is not desired for Electron.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#277