Installation

To install the unzip the archive file for your supported platform.

Solace JavaScript API

To install the web browser-based Solace JavaScript API, unzip the solclientjs-<version>.zip file on any supported platform. The resulting solclientjs directory contains the following directories:

  • docs—Contains the Solace JavaScript API Reference.

    The API developer online reference is an online help application describing the classes, interfaces, constructors, methods, and fields.

  • lib—Contains the release and debug versions of the Solace JavaScript API library files.

Solace Node.js API

The API is available as a Node.js module, solclientjs. To install the Solace Messaging API for Node.js from the npm registry, ensure that Node.js and the npm package manager for Node.js are properly installed, and then execute the following command from your project's root folder:

npm install solclientjs

The resulting node_modules/solclientjs directory contains the following directories:

  • docs—Contains the Solace JavaScript API reference.

  • lib—Contains the Node.js module files.