Tagged Questions
The server-communication tag has no wiki summary.
2
votes
3answers
2k views
IPhone creating a chat application
I want to create a chat sort of application on the iphone. I know how I would go about implementing a poll model, where the iphone would poll the server to see if any messages have arrived and if they ...
0
votes
1answer
112 views
Best Practice in designing a client/server communication protocol
I am currently integrating a server functionality into a software that runs a complicated measuring system.
The client will be a software from another company that will periodically ask my software ...
0
votes
0answers
66 views
What is an Excellent Client Independent Game Server? [closed]
Sorry for the rather open ended question but I would love different opinions.
I have been thinking of making some sort of online game. It would be along the lines of Minecraft complexity, perhaps a ...
0
votes
3answers
163 views
Flex sending snapshot without using base64Encode
var is:ImageSnapshot = myImagesnapshot;
var str:String = ImageSnapshot.encodeImageAsBase64(is);
As of now, I am sending my jpeg data to the server with the code above.
The problem is that it almost ...