Hi,
Is there a best practice/good solution for hosting a webserver inside the XF App? ASP.Net Core relies on Kestrel, but I could not find information on Kestrel to be hosted inside an XF App. Currently I am thinking about NancyFX and handling routes/etc. partially manually in consequence.
Example Use-Case:
For an application you want to add a kind of admin-panel, users can login via Browser from other devices in the same network.
Thanks for your input/discussion!
Answers
Check this:
Running .NET Core Web host and Kestrel server on Xamarin Forms apps