Tangent API - A Simple and Efficient Way To Do Client Server Programming

What is Tangent API?
How Does Tangent API Work?
The Tangent API Model
Download
Example: Create a Chat Application Using Just Notepad
Example: Sample Application Using C#
Additional Notes for Developers
Trust in Tangent API

Download

Tangent API Documentation

The documentation for Tangent API can be downloaded here:

TangentAPI_Documentation.pdf

Tangent API Demo

A demo version of Tangent API can be downloaded here:

TangentAPIDemo.dll (32-bit)

TangentAPIx64Demo.dll (64-bit)

To install the demo version of Tangent API, just download the corresponding DLL, then issue the following command on your system from a command prompt in the folder where the DLL is located: "regsvr32 TangentAPIDemo.dll", or "regsvr32 TangentAPIx64Demo.dll" (for 64-bit). Once registered, to use Tangent API in a Visual Studio .NET project, click Project > Add Reference, click on the COM tab, then find and add "Tangent API" from the list. To see the classes and methods available in Tangent API, use View > Object Browser, then expand "Interop.TangentAPI". Basically, a server object can be created using the example code "TAServer server = new TAServer();", and a client object can be created using the code "TAClient client = new TAClient();".

All methods and events are available in the demo version of the API, however because this is a demo version, there are some limitations:

The full version of Tangent API doesn't impose these limitations. In the full version, as many connections as possible can be made (limited only by the system's resources), an unlimited number of instantiations of the server object can be made per instance of an application, and of course, the demo popup messages have been removed. If you would like details on obtaining Tangent API without the limitations, please send an email to:

sales@tangentapi.com

It would be much appreciated if you could also include your name, company, and any other pertinent information in order to help you out best.

For additional support or any questions, send an email to support@tangentapi.com.

Tangent API Copyright © 2008-2010 Nilesh Humbad. All rights reserved.