This repo contains example in both JavaScript (using NodeJS) and Python.
The JavaScript example uses tus-js-client and the Python example uses tus-py-client.
This project is using pnpm (JavaScript) and uv (Python) for dependency management.
You can test with local Supabase if you have Docker installed on your system.
pnpm install
npx supabase start
node app.js
uv run app.py