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
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