Asking for recommendation on network application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all experts

I'm designing a kind of network application in which one machine will
communicate with many other (about 50) machines over a period of time at the
same time. The communication is of two-way P2P nature between the main
machine and others. I know that Socket, TcpClient, TcpServer, ... is the way
to go, but I'm wondering if there is any library or best practices or
something like which make this task easier and/or faster or at least provide
a good clean architecture ?

Anyone here who has experiences in this kind of application mind sharing
your tips ?

Thanks in advance
 
there is something whic is very productive, and it's called Remoting if they
are only .NET application or WebServices if they are heterogeneous..
 
Back
Top