Y
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
ralmeida
3321 days ago
Did the CF edge nodes serve only static resources? Or also cached API calls somehow?
link
notlambda
3321 days ago
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
link