I want to implement a client and a server on TCP/ip protocol. I am getting confuse reading so many classes if i will create a server using TCPServer then do i need to create a client using StreamSocket class? The application i am building is desktop application ...
Kindly guide me what is the best way to create simple client and server in poco library.





