Is there a good alternative to github pages? I need just a static website up.
- I have a domain.
- I have my site (local machine)
- And that’s all I have.
- I have a machine that could be running 24/7 too.
Is there a good alternative to github pages? I need just a static website up.
Use any static site generator and build a Docker container. You could even try out this idea though its lack of http/2+ support might not make it the best option.
HTTP 1.1 is more than good enough for serving a static website.
I think it depends on the number of assets. Generally speaking you’re probably right, but if there are a lot of small files it would be a lot smoother to load them over http/2.
There is zero question about it. It will be absolutely fine for some dude’s static website over a residential internet connection.
Whatever you say bro. I’m just a professional web application developer but what do I know?
Obviously someone who has never actually tested 1.1 vs 2 vs 3 lmao
Same? HTTP/1.1 ran the entire internet for 20 years and is used by a ton of sites. It’s fine for a personal website.