> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vmonster.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install the VMONSTER Client Streaming SDK

<Info>
  **Prerequisite**:  `npm` or `yarn` package manager
</Info>

<CodeGroup>
  ```bash npm theme={null}
  npm install vmonster-streaming-js 
  ```

  ```bash yarn theme={null}
  yarn add vmonster-streaming-js
  ```
</CodeGroup>
