Demandbase Connect

Echo Community Wiki / Echo Application - JS-SDK
View
 

Echo Application - JS-SDK

Page history last edited by Chris Saad 1 month, 2 weeks ago

 

 

Echo Javascript SDK

 


Overview

 

The Echo Javascript SDK allows developers to quickly create javascript applications based on the Echo StreamServer APIs:

 

With it, developers can quickly...

  • Use the open sourced Echo Javascript clients as a starting place for their own custom apps (Javascript or otherwise)
  • Develop plugins to the Echo Javascripts clients to modify their behavior to match your precise needs.

 

To use these controls you will first need a developer application key.

 

Echo JS Controls

 

The following Echo JS Controls are open sourced and can be used for your own projects:

 

 

Each of the pages listed above includes a description of the respective parameters, event callbacks, and examples.

 

The functionality of the Echo JS Controls can be extended through plugins. 

 

Echo Client Extension Framework

 

The Client Extensions Framework is designed to simplify and accelerate the customization of the client-side components of the Echo Platform. It supports customization through CSS styling, the creation of a plugin that adapts or extends the bundled functionality or even supports the development of completely new Echo applications from scratch.

 

The Client Extension Framework is described here. You can also find out more about writing a plugin.

 

User authentication

 

Echo clients use the Backplane open standard as a common messaging bus on a web page.

 

 

Developing a new Javascript application

 

The following document regroups some of the best practices to develop a Javascript application using Echo StreamServer APIs.