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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What server would you recommend for a first MVP website?

11 点作者 Mister_Y超过 8 年前
I&#x27;m not looking for anything super fancy, but I want it to be reliable and I&#x27;m completely lost on this, if you could help me I&#x27;d be forever granted :)<p>Edit: We used css and html<p>The thing is that I&#x27;m not sure about the amount of people that will land on the page will depend on the success of the marketing&#x2F;crowdfunding campaign.<p>Also, the type of application is an easy concept for booking (via online form) vacation experiences, so it has terms and conditions, explanations of our service, cities in which we&#x27;re offering it and not much more

11 条评论

GFischer超过 8 年前
I&#x27;m using Azure, with the bonus if that if you want you can apply to BizSpark and get 3 years of free software and servers. Uploading an MVP should be easy.<p>It&#x27;s an amazing service for startups, and it&#x27;s gotten more Linux and OSS-friendly.<p><a href="https:&#x2F;&#x2F;bizspark.microsoft.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bizspark.microsoft.com&#x2F;</a><p>Some resources:<p><a href="https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;msgulfcommunity&#x2F;2013&#x2F;04&#x2F;08&#x2F;build-your-own-web-site-using-azure-for-free-in-5-minutes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blogs.msdn.microsoft.com&#x2F;msgulfcommunity&#x2F;2013&#x2F;04&#x2F;08&#x2F;...</a><p><a href="https:&#x2F;&#x2F;cmatskas.com&#x2F;getting-started-with-microsoft-azure-run-your-first-website-for-free&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cmatskas.com&#x2F;getting-started-with-microsoft-azure-ru...</a><p>Edit: that said, for basic HTML it&#x27;s probably overkill, I haven&#x27;t tried Gitlab or similar but it should do.<p>For a proof of concept, maybe a landing page generator like Unbounce? <a href="http:&#x2F;&#x2F;unbounce.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;unbounce.com&#x2F;</a>
sirrele超过 8 年前
If you are just doing an html5 site, then just throw your project in AWS&#x27;s s3. Its easy, and not much to think about. If you are connected to a DB and have users I would say get an EC2 up and configure it with your needs.
评论 #13373912 未加载
joeclark77超过 8 年前
Github Pages is free and extremely easy for a static site, especially for someone with no skills. (I&#x27;ve used it with non-technical students to host their first simple web pages.) You don&#x27;t even have to use Git -- there&#x27;s a drag-and-drop interface to &quot;Upload Files&quot;.
stevekemp超过 8 年前
So to recap:<p>* You&#x27;re building a landing-page, with HTML + CSS. * But you also need to run PHP. * I think you already have a server running MySQL.<p>If you trust the company providing you with the MySQL-server then use them to add a second machine if you&#x27;re worried. If you&#x27;re not sure how much load to expect, but are pessimistic, then just use the server you already have.<p>Really you can&#x27;t guess how much traffic you&#x27;ll get, but chances are high it will be slow to scale up. So the important thing is that you monitor resources and can re-deploy on a bigger host in a hurry if you need to - moving your code, your database(s), and updating DNS promptly.
BjoernKW超过 8 年前
GitHub Pages. The only real downside I can think of is it doesn&#x27;t provide SSL encryption for your own second-level domain. Other than that it&#x27;s perfect for that use case.
atmosx超过 8 年前
You have to provider at least <i>some</i> information (what kind of application, expected traffic, design, what level of HA is required, what&#x27;s the probable bottleneck, etc.)
评论 #13374451 未加载
seanwilson超过 8 年前
Netlify. You can drag and drop your files to set the site up or use a command-line utility to upload a folder. Miles easier than GitHub Pages or S3.
fiftyacorn超过 8 年前
if its just css and html use gitlab
davelnewton超过 8 年前
What &quot;server&quot;? Meaning what? What back-end framework (if any)? What host? What?
adityar超过 8 年前
S3 + Angularjs + Cloudfront + Lambda + API gateway - Free tier, baby!
zerr超过 8 年前
What about Red Hat OpenShift?