Hacker News new | ask | show | jobs
by jonoc 2873 days ago
Yes this runs of linux and macos now. dotnetcore is multiplatform. It doesn't use Mono.
1 comments

> Yes this runs of linux and macos now.

That's technically true, but unlike any framework that actually runs on linux asp.net stuff can only run on microsoft's kestrel webserver, which requires being behind a reverse proxy.

There is no reason it cannot run as an apache fastcgi module. They are currently working on getting it to run in the W3WP working process on IIS/Windows.