Tutorial: Delphi DataSnap Communication Filters

From RAD Studio
Jump to: navigation, search

Go Up to Database and LiveBindings Tutorials


In DataSnap architecture, you can use different communication protocols, like TCP/IP or HTTP. You also can use various communication filters that make it possible for you to modify the byte stream that is exchanged between the client and the server.

To explain the usage of the DataSnap communication filters, this tutorial will help you create a DataSnap Server and a DataSnap Client that communicate through a filtered (using a compression filter) byte stream. The result displayed is the reverse string of the string you typed.

Topics

See Also