I'm planning to develop an iPhone game. Is it possible to use .NET WCF as a backend? The server would be windows 2008 and MS-SQL database.
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
SOAP has a lot of XML overhead! And parsing XML is always slow. Especially on mobile devices. Use REST and JSON. There even is something like JSON-RPC, just google for it. |
|||
|
|
WebHttpBinding). WCF is pretty slow so if you are thinking of making a realtime multiplayer game with it you won't have any success. – Jonathan Dickinson Apr 2 '12 at 8:17