Hacker News new | ask | show | jobs
by edbloom 5281 days ago
nice work! I see you're running nginx as your web server. Anymore details on the dev stack you used?
1 comments

It's an ASP.NET MVC 3 app running under Mono on Linux. The main components of the stack are:

- nginx

- Mono

- ASP.NET MVC 3

- FastCGI Mono Server

- MongoDB

as someone who has a good bit of asp.net and nginx experience - i never thought of using nginx as a proxy for ASP.net running on mono/linux - cool setup dude!