|
|
|
|
|
by timothy89
4603 days ago
|
|
The reason we're using a CDN is not because of the traffic - that would be easily solved with an AWS server and a lightweight http server such as nginx. We decided to go with a CDN because of two reasons: 1) The website and web app should load fast all over the world. Not only in the US or Sweden (where we live). 2) We don't want to host or put any time into hosting or own website and static files. We rather pay a little extra to don't have to think of that ever again ;) |
|