# aspera-sdk-js **Repository Path**: mirrors_ibm/aspera-sdk-js ## Basic Information - **Project Name**: aspera-sdk-js - **Description**: IBM Aspera JavaScript SDK - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: fix/notify-last-event-on-callback-registration - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-26 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IBM Aspera for Desktop JavaScript SDK This JavaScript SDK allows web applications to integrate with the IBM Aspera for desktop app and perform high-speed Aspera file transfers. Documentation is available on [GitHub Pages](https://ibm.github.io/aspera-desktop-sdk-js/docs/) ## Installation Install via npm: ```shell $ npm install --save @ibm-aspera/desktop-sdk-js ``` Install from source: ```shell $ git clone https://github.com/IBM/aspera-desktop-sdk-js.git $ cd aspera-desktop-sdk-js $ npm install ``` When installing from source, the `dist` directory includes a `js` directory that contains the bundled JavaScript SDK that can be included via `script` tag or copied to a web server for hosting. ## Development To get started with development, take a look [here](https://github.com/IBM/aspera-desktop-sdk-js/blob/main/docs/DEVELOPMENT.md).