Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discussion: HttpListener is Being Deprecated #109

Closed
Mike-E-angelo opened this issue Mar 20, 2018 · 2 comments
Closed

Discussion: HttpListener is Being Deprecated #109

Mike-E-angelo opened this issue Mar 20, 2018 · 2 comments

Comments

@Mike-E-angelo
Copy link

So, putting 1+1 here... it seems that HttpListener is being deprecated. That is what Ooui is basing its magic on, correct? Is this a big deal or no? Is using KestrelHttpServer a viable replacement? That would involve bringing in the entirety of Asp.NET Core to use Ooui, if I am not mistaken. Please let me know if I have misunderstood. Apologies if this has already been discussed/mentioned. I did a quick search and did not see anything.

dotnet/platform-compat#88

@Mike-E-angelo
Copy link
Author

OK so maybe not the entirety of Asp.NET Core, but more like its hosting components:
https://www.nuget.org/packages/Microsoft.AspNetCore.Server.Kestrel/

This might not be a big deal for web-hosted scenarios, but it will look sort of funny in native-hosted scenarios.

@Mike-E-angelo
Copy link
Author

Looks like this is a non-issue for now. HttpListener will remain aboard, but the idea/suggestion is to move over to the Kestrel server eventually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant