0.0.2 • Published 3 years ago

@kks-web/virtual-cast v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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.