Closed
Description
I would like to host an ASP.Net core server in a UWP project, more specifically - I would like to host a REST service in a Background App on Windows IoT Core.
This would give 2 benefits:
- allows hardware to be disclosed as a REST service
- allows a website or REST service to be managed by the operating system on Windows IoT core (so that you can start / stop it like any other app)
I'm not sure whether this is the right repo since it relates to both ASP.Net Core and UWP.