How can i sync a windows form application with a server? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How can i sync a windows form application with a server?

If i have a messenger application and i need to make a connection between the application and the server is there a framework for c# to make this connection without tcp? Or do i need an api?

14th Jan 2019, 10:40 AM
Anas Taleb
Anas Taleb - avatar
2 Answers
+ 3
You can use Socket IO for your program) Search socket io in the internet) You will like it)
14th Jan 2019, 10:56 AM
bondcoder
bondcoder - avatar
+ 1
Go on windows website they will tell you howto set it up or use stack overflow https://stackoverflow.com/questions/36943539/c-sharp-client-server-sync-communication-across-the-internet
16th Jan 2019, 4:38 AM
Markpeach96
Markpeach96 - avatar