LibraryLink ToToggle FramesPrintFeedback

Consumer Developers

FUSE Services Framework includes a mechanism for developing consumers using JavaScript. The JavaScript mechanism uses some of the features of modern Web browsers. This path walks you through the process of developing and deploying a service using the JavaScript interface.

For a quick introduction to developing a consumer in JavaScript, you can read the following:

  1. Generating Consumer Code in the Developing Applications with JavaScript describes how to generate the stub code for implementing a consumer.

  2. Implementing the Callbacks in the Developing Applications with JavaScript describes how to implement the callbacks used by a JavaScript consumer.

  3. Invoking Operations on a Service in the Developing Applications with JavaScript describes how to invoke remote services from a JavaScript consumer.

  4. Running Clients in a Browser in the Developing Applications with JavaScript describes how to run your consumer.