Difference between revisions of "Contensive Framework API"

From Contensive Wiki
Jump to: navigation, search
(Created page with "The application framework has two APIs; Server-Side and Client-Side. Although most applications include there own remote api, a common framework remote api is being considered...")
(No difference)

Revision as of 23:41, 13 July 2015

The application framework has two APIs; Server-Side and Client-Side. Although most applications include there own remote api, a common framework remote api is being considered.

Server-Side

The server-side api is a DotNet environment designed primarily as an extension interface. The api is used to create windows class libraries called by Contensive Add-ons, the basic structure used to extend Contensive.

Client-Side