A mock server for Ginga-based DTVi applications, built to support ABNT NBR 15606-11. Ideal for testing interactive digital TV applications in a local environment with Telemedia Ginga or a desktop browser.
- Default Server URL: http://localhost:44642
- API Documentation: https://gly-engine.github.io/server-ginga-ccws
wget https://get.gamely.com.br/ccws
chmod +x ccws
./ccws
- using bun
bun run build
- Using NPM + NodeJS
npm install
npm run build
- Using Docker + Bun
docker run --rm -v $(pwd):/app -w /app oven/bun bun run build
- using bun
bun start
- Using NPM + NodeJS
npm install
npm start
- Using Docker + Bun
docker run --rm -v $(pwd):/app -w /app -p 44642:44642 oven/bun bun start