TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Open source vs. proprietary technology for our project?

4 点作者 vorbby大约 14 年前
Hey guys,<p>Myself and two partners are beginning work on a new project, but we've hit our first obstacle early on; what language/framework are we doing it in? I am strongly leaning towards PHP, one is strongly pushing for ASP.net, and one is impartial.<p>Does anyone have any ideas why using ASP instead of an open source technology like PHP would be a good and/or bad options? All developers on the team have experience with PHP and ASP.net.

4 条评论

cincinnatus大约 14 年前
Wrong question. Build it in what you can build it fastest in. You need concept validation before anything else, scale and cost don't matter if the idea fails to get traction.<p>And incidentally, there is open source asp.net, Mono, which you can run on linux.
jaddison大约 14 年前
Two things:<p>a) PHP has multiple platform support (ie. Windows, OSX, FreeBSD, Linux) so you can more easily transition when necessary and<p>b) the OS licenses required when you scale out horizontally are cheap (free!) for Linux, FreeBSD, which are the de-facto PHP platforms. (ie. think multiple database servers with multiple web servers with multiple load balancers, etc.)<p>Assuming you see yourself succeeding with your projects, always think 2 or 3 years down the road to what your system uptime &#38; maintenance costs are going to be.<p>As an aside - when it comes to hiring developers, I'm <i>guessing</i> that PHP developers are cheaper and more plentiful as well.
benologist大约 14 年前
Whichever one you have to Google the least is the best solution. Proprietary-or-not at the web server level is not even worth thinking about - the only part of MS you have to be cautious about is if you accidentally an SQL Server farm and that's easy to avoid in this day and age.<p>If you go with .NET then make sure you check out BizSpark, you can get free Visual Studio, Windows and everything else they make for 3 years:<p><a href="http://www.microsoft.com/bizspark" rel="nofollow">http://www.microsoft.com/bizspark</a>
beatpanda大约 14 年前
Whatever you do, avoid licensing costs. Licensing is Microsoft's core business, so...