简体   繁体   中英

Xcode iOS sdk what would be the best server side language?

What would be the best server side language that the iPhone can easily decode? I'm trying to make a game that stores data on my server then redownloads it, what'd be the best method to do this?

Also can php host a game server?

查看Objective-Cloud ,这就是所谓的“我是iOS应用程序制造商,只需要做一点服务器工作”,就像Azure对Microsoft开发人员来说是一个很好的平台一样。

Depending on the data, you may be able to just stick it out until iCloud launches in iOS 5, if it's user-specific (and unshared/private) data.

Otherwise, just go with what you know. The server-side architecture and transport data structure can be pretty much whatever you want it to be. Whatever language you have some experience in (PHP, servlets, even .NET), go with that to get started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM