Cookie
❔ Native App with integrated webserver for localhost - almost impossible?!
I thought I have a relative simple requirement but somehow it isn’t :
My goal is to develop a native App with an „integrated“ webserver to serve some dynamic pages to localhost. Basically I want my app to read UDP data, process it and view it on a local webpage in order to use it for overlays in OBS Studio for streaming. Focus is on performance. I have the UDP part working but now I`m struggling.
I came across the .net MAUI Blazor App (Blazor hybrid) which is almost the right thing if it would be possible to access the pages also from outside the app but as far as I researched thats is not possible.
I looked at ASP.net but that doesn’t seem to be the correct choice if I just want a native app without a dedicated server.
I am new to the .net ecosystem but I researched the last week and haven't found a real answer.
17 replies