# Sample Streaming Apps

Uiza provides the video and live streaming API and SDK for your app. These samples introduce various applications based on Uiza API. Refer to the following applications.

* [NodeJS Basic Live Streaming App](/getting-started/sample-streaming-apps/nodejs-live-streaming-app.md): The project is a sample application written in **NodeJS** and **React** composed of common live streaming features.&#x20;
* [Python Basic Live Streaming App](/getting-started/sample-streaming-apps/python-live-streaming-app.md): The project is a sample application written in **Python** composed of common live streaming features.&#x20;
* [Java Basic Live Streaming App](/getting-started/sample-streaming-apps/java-live-streaming-app.md): The project is a sample application written in **Java**  and **React** composed of common live streaming features.&#x20;

The web app will have two components: the broadcaster web app, to start a stream, and the viewer app, to list all broadcasts and playback the broadcast.

This is just a head start! If there’s an integration or sample application you’d like to see or if you’d like to partner with us, [ping us!](mailto:kevin@uiza.io)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uiza.io/getting-started/sample-streaming-apps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
