Comment by jakejake
11 years ago
I'm curious, is there enough released yet to build server-side web apps? Would there be an apache mod, or some other web server? Or is there something more akin to a node app? I really enjoy C#, but everything that I did was either a Windows-only desktop app or a web app served through IIS. Thanks for any insight.
Yes, you can do this now.
https://github.com/aspnet/Home/tree/dev/samples/latest/Hello...
Follow instructions here: https://github.com/aspnet/home
This can also be done with mono, fastcgi, and nginx.
http://www.mono-project.com/docs/web/fastcgi/nginx/
Excellent, thank you!
There's enough released to build server-side apps. ASP.NET and .NET in general has been decoupled from IIS over the last year via project OWIN. Self-hosting binaries is in big time.
http://nancyfx.org - Sinatra for .NET (Nancy being the daughter of Frank Sinatra)
ASP.net web apps have been possible on Linux without IS for many years.