@kks-web/virtual-cast
v0.0.2
Published
Google Cast app development, no real device needed
Downloads
3
Readme
Vitural Cast
No real device Google Cast app development.
Quick Start
Start socket server with npx:
npx vitural-cast
or run from this repository:
node ./bin/message-server
Open vitutal sender.
Start development server for your Google Cast app, and open it in a browser.
How does this Work
Inspired by chromecast-device-emulator.
CAF communicate with chromecast hardware with wss://localhost:8008/v2/ipc
, we can start a server do the same thing.