Hacker News new | ask | show | jobs
by l4u 5838 days ago
using app engine as a cdn, just for fun.
2 comments

> A content delivery network or content distribution network (CDN) is a system of computers containing copies of data, placed at various points in a network so as to maximize bandwidth for access to the data from clients throughout the network.

Doesn't apply to GAE, which just runs from 1 or 2 data centers somewhere.

How much data can you transfer from the free AppEngine?
It's 1 GB free per day. After that it is 0.12 cents per GB.
Thanks.