Socket programming in language interoperability -


i wondering whether different (high/mid level) languages (c/c++/java/c#) supporting basic networking features sockets, can work/communicate on different platforms?

are there existing projects (open or otherwise) make happen?

yes, of course. tcp/ip sockets language independent standard. example, can open socket in java client can connect listening server written in c++ or other language. ajax example.


Comments