Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
开发者_运维问答 Improve this questionI would like to store my application settings (like user names, passwords, etc) using some online storage or cloud computing It can be SQL or flat file based The most important that it will have some free account type
Thanks!
If you're on iOS, look at Apple's forthcoming iCloud which does this.
Cross-platform, have a look at http://www.parse.com/ which is brand new but hosts basic stuff for you, I believe for free.
精彩评论