Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
964 B

  1. Short Answer
  2. ------------
  3. The short answer is: yes, if it is not on an enterprise site.
  4. Long Answer
  5. -----------
  6. I have hosted numerous servers on old desktop hardware, there is nothing wrong
  7. with this. Old computers can make excellent file, Minecraft, and web servers.
  8. However, if you are honestly asking the question “should you run a server on
  9. desktop hardware” it implies you are running something important. Don’t get me
  10. wrong, running a Minecraft server is **very** important, however, it is not as
  11. important as a production web server for a larger company. In that case it is
  12. better to have an actual server with redundant power supplies and hot swappable
  13. hard drives.
  14. Another factor to seriously consider is your internet speed. When I was in
  15. seventh grade I ran an apache web server on my old computer. Since I was running
  16. on DSL, the website loaded like it was 1990. If you need high bandwidth, I would
  17. recommend you get a VPS at Digital Ocean.