Hacker News new | ask | show | jobs
by notlambda 3321 days ago
It was Nginx + Golang + Cloudflare + Mongo, i managed to have so little resource usage because most of the request were served from CF edge nodes.
1 comments

Did the CF edge nodes serve only static resources? Or also cached API calls somehow?
most of the traffic was map tiles, the golang part did a mongo query to get some data but that was a minor part of the traffic