6

Hey guys :D So, finally I have to build a website for a service. That means setting up a server and all that stuff...
What servers do you recommend? Also service for DNS?
Thanks :D

Comments
  • 4
    I recommend caddy (Let's encrypt is used automatically) as a server.
    Unfortunately you have to compile it yourself for commercial use.
  • 2
    Netlify?
  • 6
    Recommendations without context are useless. Is the project build with scalability in mind? Buget limits? Are cloud providers like AWS, GCP applicable? How much traffic do you have to handle? A thousand, or a a million clicks a day? etc. etc.
    If it's a big project and you do have to ask here, you probably should have some kind of mentor within the project. If it's rather small, start out with some vps. Maybe throw in cloudfare etc. If you feel adventurous, go with some S2 bucket, or EC2 instance + cloudfront
  • 1
    more info please!
  • 1
    @Kimmax seconded.
  • 0
    Please avoid cloudflare.
  • 2
    your old android phone from 2014 that sits in your drawer will do 😄
  • 3
    @Root I'm curious, why should Cloudflare be avoided?
  • 1
    @Paralax I'm curious as well. I use cloudflare only as dns (not as mitm) and it works quite good
  • 1
    @Jifuna Cloudflare as DNS only is fine. Cloudflare as a MITM is scary.
  • 1
    @Root Yeah, I agree
  • 0
    Sorry, been configuring a server.
    It's a basic information site, only html 5, nothing special.
  • 0
    @GyroGearloose https://www.netlify.com/

    @Nanos i don't know i wasn't serious about the phone server 😄
  • 1
    I actually had a server running for 2 years in a old android phone, with a webapp for work. never lagged, worked just fine. But I don't want to open my home network to the outside...
    Had a vps, got hacked... Just for a website? To much trouble.
    A cheap server with a cheap dns is what I need, must handle at least php and mysql..
Add Comment