I'm curious if it's still feasible to create and host a website using minimal resources like we could back in the 1990s. Nowadays, it seems that modern web browsers and websites consume a lot of RAM and resources, even if they only have text. Are browsers still capable of loading older, simpler websites, or have things changed so much that it's no longer possible to develop websites in that old-fashioned way?
5 Answers
You can definitely create a lightweight site! Just write some HTML and JavaScript and host it on something like AWS S3, or run it from your home computer. It's really quick and simple to get going with modern tools and services.
For sure! You can use static site generators like Jekyll or Hugo, which make it super easy. You could also host a plain HTML file directly from AWS S3 if you want something really straightforward.
Definitely, it's totally possible! You can set up a simple website on a modern computer without spending a fortune. Just install a web server, forward some ports on your router, and you can even get a domain name and SSL certificate for under $60 a year. It doesn’t have to be complicated—many people run simple sites with minimal resources.
Absolutely! Websites can just be simple static files. You could even run a super lightweight Linux distro like Tiny Core, set up Nginx for serving those files, and host it on almost anything—even a really old computer works just fine nowadays!
While HTML as we know it didn't exist before 1990, if you're talking about really old-school setups like dial-up BBS systems, those still exist! Some folks host them just for fun. If you mean simple static websites, those can be hosted pretty much anywhere these days!
Yeah, Gopher sites were pretty cool back in the day too!

Static files are the way to go! Really light on the server too.