Y
Hacker News
new
|
ask
|
show
|
jobs
by
pvsukale1
3319 days ago
Just out of curiosity what was your technology stack ? You can't run a rails app with so many users on a $5 instance :)
1 comments
notlambda
3319 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.
link
ralmeida
3319 days ago
Did the CF edge nodes serve only static resources? Or also cached API calls somehow?
link
notlambda
3319 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