Click here to Skip to main content
15,887,812 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more: , +
Hi everyone,

I'm developing a new program. This program Send and Receive data to other computer. I did some research and Socket programming can solve my problem. But I wanna ask this;
For example Whatsapp. Whatsapp is a chat program. Are they use socket too?

I'm ask this because, I can buy server for my program, if I need it.

And are there other ways to do it?


Thanks for answer. Have a good day.
Posted

1 solution

Whatsapp, like all similar apps uses sockets to communicate between the mobile and a central server. Each message will contain routing information to pass it to the required client. The actual mechanics of such a program are more complex than could be explained in a Quick Answers forum.
 
Share this answer
 
Comments
Umut Comlekcioglu 29-Jun-15 16:19pm    
So, I'm start to write Socket for communication first. And when data wanna send to other Client, Server check all permission and routing information for security. Thank you, you're help me. Now I need to more research about Socket Programming.
Richard MacCutchan 30-Jun-15 3:19am    
Remember that a socket connection merely transfers a stream of bytes from one endpoint to another. It is the application at each end that must interpret the actual content.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900