solClientJS | The Solace Message Router Messaging API for Javascript. |
public
solClientJS
solClientJS is a full functioned Solace Messaging API written entirely in JavaScript. Applications using the solClientJS API can access all the features of a Solace Message Router.
The API is intended for use by applications written in JavaScript, targetting either NODE or a traditional web browser.
All classes, objects, methods of the API are encapsulated in the solace namespace. The starting point for all applications is solace.SolclientFactory. This factory object generates the solace.Session for connecting to the Solace Message Router. solace.SolclientFactory also generates the solace.Message object which enncapsulates the messages and solace.Destination the application will use to send and receive data.