Hy. i want to make 1 multithreaded application probably in C# and other applications in probably in java. like 1 in C# and 99 in java. all the java applications will connect with 1 C# applications and the architecture will be of Client-Server Architecture. i don’t understand how to enable them so that the C# application(Server) can communicate with the java application(Client)?
Hy. i want to make 1 multithreaded application probably in C# and other applications
Share
It depends up to you what kind of communication layer will you use.
My suggestion is as follows.