tomkuijsten / restup

Webserver for universal windows platform (UWP) apps
MIT License
114 stars 48 forks source link

Why don't we use the WebListener? #105

Closed tomkuijsten closed 7 years ago

tomkuijsten commented 7 years ago

I'm just a bit confused, I thought I searched for this package a long time but there was nothing compatible with Windows IoT. But according to this post, the Microsoft.Net.Http.Server package should work on Win10IoT.

Jark commented 7 years ago

I think that's running dnx / core applications directly on the raspberry pi (so not through uwp). Last time I looked the ARM version of .net core was still quite buggy. Once .net core does work on the windows 10 iot PI restup becomes obsolete since we'll have access to full asp .net :)

tomkuijsten commented 7 years ago

You are correct, as always :) Just read that the ARM support of net core is planned for Q1 2017:

https://blogs.msdn.microsoft.com/dotnet/2016/07/15/net-core-roadmap/

tomkuijsten commented 7 years ago

Got ASP.NET core working on Win10IoT, will take some time before it's stable I guess.

tomkuijsten commented 7 years ago

I'll close this issue, not on the roadmap now. Will open it again when usefull. @Jark agree?

Jark commented 7 years ago

@tomkuijsten agreed :)