I am building a mashup, which gets data from rather slow external API and processes it at client side. To speed things up, I would like to add a simple cache which will store processed results online, but I don't want to buy a dedicated server. Is there a free online service to cache any JSON/XML/text data using AJAX?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I've found some solutions:
- YQL Caching - free 2000 requests/hour/IP
- OpenKeyVal - free 64KB buckets
- IronCache - free 100MB & 10M requests/month
- GarantiaData - free 25MB in-memory cache
- Parse - free 1M requests/month
- Amazon ElastiCache - free 750h of Micro Cache Node
- Firebase - free 100MB storage
- MemCachier - free 25 MB in-memory cache
If you know more, please expand this list.