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:
Generating Consumer Code in the Developing Applications with JavaScript describes how to generate the stub code for implementing a consumer.
Implementing the Callbacks in the Developing Applications with JavaScript describes how to implement the callbacks used by a JavaScript consumer.
Invoking Operations on a Service in the Developing Applications with JavaScript describes how to invoke remote services from a JavaScript consumer.
Running Clients in a Browser in the Developing Applications with JavaScript describes how to run your consumer.