What is Remoting SDK?
Remoting SDK is a suite of libraries that lets you build this communication into your apps, easily. It covers both sides of the coin:
- Writing your server-side code and publishing it so it is accessible across the network.
- Connecting and talking to those servers, from the client applications your end users are using.

Getting Started
Servers can be written in Delphi, C++Builder and .NET (C#, Visual Basic.NET, Swift, Oxygene, and Java). Remoting SDK makes writing servers easy, without requiring a lot of expertise in networking APIs and technologies.
Clients are applications that talk to your servers, and Remoting SDK allows you to add client functionality to apps written in just about any modern programming tool, and for all current platforms