TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

11 pointsby Mister_Yover 8 years ago
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 comments

GFischerover 8 years ago
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>
sirreleover 8 years ago
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 未加载
joeclark77over 8 years ago
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;.
stevekempover 8 years ago
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.
BjoernKWover 8 years ago
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.
atmosxover 8 years ago
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 未加载
seanwilsonover 8 years ago
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.
fiftyacornover 8 years ago
if its just css and html use gitlab
davelnewtonover 8 years ago
What &quot;server&quot;? Meaning what? What back-end framework (if any)? What host? What?
adityarover 8 years ago
S3 + Angularjs + Cloudfront + Lambda + API gateway - Free tier, baby!
zerrover 8 years ago
What about Red Hat OpenShift?