Skip to content

TeleMidia/ginga-examples-ws-discover

Repository files navigation

ginga-examples-ws-discover

ginga

GingaCC WebServices is a service running at Ginga TV middleware with API to support second screen and SmartTV applications. This project has a mock server and code examples to discover this service.

mock server

npm install
node mock-server.js

cmd clients

Node client

npm install
node discover.js

Dart client

dart discover.dart

Dotnet client

cd discover_dotnet
dotnet run

flutter client

cd discover_flutter
flutter run

The next screenshot shown the flutter client after find the mock-server address.