Starter for Delphi network

I worked in Delphi 6 a few years later.
Now I started working on the Delphi network, and I need some kind of source code for the following things:
I want to create a chat application for which I need to have two peer clients. But I don’t know how I can measure the time for two clients and show it on both Screens.
I also want to mark the first client with 1, the second with 2 ,,,
In some application, I want to have value, who will register the sending number of both clients
As a rule, is there a variable that is mutual for both clients?
Can someone send me this kind of source code ?! Comments in the source code will be welcome.

+4
source share
1 answer

To create networks in Delphi Indy is all you need to know :)

Tons of examples of projects contained in it.

+11
source

All Articles