AGAlish GCinalishgc.hashnode.dev·4d ago · 4 min readBuilding a Mini CDN Simulator with Node.jsI wanted to understand how CDN actually works. Instead of just reading article after article, I decided to build small CDN simulator by myself, using Node.js and Express. It is not a real production C00