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

.NET Core Support #41

Closed
chyyran opened this issue Aug 5, 2016 · 6 comments
Closed

.NET Core Support #41

chyyran opened this issue Aug 5, 2016 · 6 comments
Milestone

Comments

@chyyran
Copy link
Contributor

chyyran commented Aug 5, 2016

Does EmbedIO have support for .NET Core 1.0 yet?

@mariodivece
Copy link
Member

No not yet.. We are waiting on someone to port the HttpListener class to .NET Core. There are some initial attempts already (https://www.google.com.mx/?gfe_rd=cr&ei=HBylV_uzO8ra8geaz7fgAg#q=.net+core+httplistener). If you'd like to try them out please let us know your results and suggestions.

@mariodivece mariodivece added this to the 2.0.0 milestone Sep 9, 2016
@geoperez
Copy link
Member

Another HttpListener Core implementation: https://github.com/robertsundstrom/HttpListener

@falahati
Copy link

Well, I wanted to use this project on a Universal Window 10 app and failed for the same reason. Please port it to .Net Core.
BTW, robertsundstrom's implementation of HttpListener seems promising but still lacks some features. I don't know if your project uses these features tho.

Thanks for the great project.

@geoperez
Copy link
Member

I'm working on a HTTPListener port using as base the MONO project. I'll update this ticket when a stable version is released.

So far I'm able to use the WebAPI and StaticFiles. But SSL and WebSockets are out of scope so far.

@falahati
Copy link

Just a suggestion,
https://github.com/rdavisau/sockets-for-pcl

@geoperez
Copy link
Member

geoperez commented Oct 3, 2016

The first Nuget with support to .NET Core was released. Version 1.1.0.

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

No branches or pull requests

4 participants