This Repository contains some example projects which demonstrate how to use the TUIO JavaScript/TypeScript client.
You can use this TUIO simulator to simulate touches and objects. Configure it to use WebSocket as the connection type and, TUIO2 as the TUIO version and e.g., port 3343.
git clone https://github.com/InteractiveScapeGmbH/tuio-web-examples.git
cd tuio-web-examples
cd tuio-vite-js
npm install
npm run dev
cd tuio-vite-ts
npm install
npm run dev
cd tuio-vite-react-ts
npm install
npm run dev

