Hello,
I am looking for a tutorial on creating a client/server type application. Basically, I need to know how to listen on a port for incoming requests, hand the request off to a thread for parsing, and processing, and remain listening on that port for more requests. I am trying to create a p2p application and this initial bit is what I am unfamiliar with in
VB.NET. So if anyone knows of any good tutorials, that are similar or are just a component of this description I would greatly appreciate it if you could post it.
Essential topics are
1)TCP/IP communication between Client and Server (sockets/winsock32.dll)
2)Threading
3)P2P
Thanks in advance,
Jason