Description of ExoTrans :
Set of Delphi components that simplify the creation of client-server applications deliveringboth a flexible and reliable communication tool and a very small overhead (less than 50k).Each client request and corresponding answer from the server are achieved through an event-driven transaction(thus the name ExoTrans).ExoTrans main features: Client and Server applications can either run on the same machine or over the LAN or Internet. Uses either TCP or file system to communicate over the LAN thus working even if no TCP drivers are installed (protocol-independent). Clients can automatically locate the servers they want to connect to in the LAN (or locally).