Hacker News new | ask | show | jobs
by pests 3998 days ago
Voat runs a modified version of the reddit open source code.
2 comments

Wait, I thought it ran on a completely different codebase? It's hung from an ASP.NET framework running on an IIS server.

https://github.com/voat/voat

I think I stand corrected. Thanks.
Trying to grow a site to Reddits size on IIS? That won't end well.
I think stackexchange are still running on IIS so it's probably close to doable - although I imagine they have some seriously smart people and resources way beyond what Voat will in the near future.

That said, does Azure play nicely with IIS? I bet it's expensive but can you scale that way maybe?

It's possible to scale, but you have to think about scaling ahead of time. Voat actually didn't and are now scrambling.
While totally forgetting sites like StackOverflow use IIS.
No, it's a clone, written from scratch in C#.