# aspera-browser-sdk-js **Repository Path**: mirrors_ibm/aspera-browser-sdk-js ## Basic Information - **Project Name**: aspera-browser-sdk-js - **Description**: IBM Aspera JavaScript SDK - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-13 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IBM Aspera JavaScript SDK This JavaScript SDK allows web applications to integrate with Aspera transfer clients to perform high-speed Aspera file transfers. Supported transfer clients: - IBM Aspera for desktop - IBM Aspera HTTP Gateway - IBM Aspera Connect Example code is available on [GitHub Pages](https://ibm.github.io/aspera-sdk-js) with TypeDoc documentation [here](https://ibm.github.io/aspera-sdk-js/docs/). ## Installation Install via npm: ```shell $ npm install --save @ibm-aspera/sdk ``` To include this SDK via `script` tag directly in your web application's HTML, refer to third-party CDNs such as jsDelivr: ```html ``` Check npmjs.com for the latest version (https://www.npmjs.com/package/@ibm-aspera/sdk). ## Usage The full API of this SDK can be found [here](https://ibm.github.io/aspera-sdk-js/docs/) with many [code examples](https://github.com/IBM/aspera-sdk-js/blob/main/examples). Along with the examples, you can find an example test application [here](https://ibm.github.io/aspera-sdk-js/all). ## Migration from Connect SDK Refer to [MIGRATION](https://github.com/IBM/aspera-sdk-js/blob/main/MIGRATION.md) for recommended changes when migrating your web application from the Connect SDK (`@ibm-aspera/connect-sdk-js`).