|
|
|
|
|
by DougWebb
4414 days ago
|
|
They're already providing a .NET web server. That's the 'self-hosting' examples Scott shows in the article: when you run the application that way, it becomes a web server for your app. It's just like a Node.js application. For a production deployment on Linux I'd probably run the app using Mono on a localhost port, and run Apache in front of it with a reverse-proxy config pointing to localhost. BTW, if you're not a fan of ASP.Net MVC's style of web framework, take a look at Nancy[1]. It's much more lightweight, and can also run under Mono on Linux. [1] http://nancyfx.org/ |
|
However, there's 150 comments and no mention of the "vNext" name. Someone else must find the name silly!