简体   繁体   English

Xcode iOS SDK最好的服务器端语言是什么?

[英]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? iPhone可以轻松解码的最佳服务器端语言是什么? 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? php还可以托管游戏服务器吗?

查看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. 根据数据的不同,如果它是用户特定的(和非共享/私有的)数据,则可以将其坚持到iCloud在iOS 5中启动。

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. 无论您有什么经验(PHP,Servlet,甚至.NET)都可以使用它来开始。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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