Co-design cloud assistants with your web app and IoT devices.
Contains the default templates for creating skeleton apps using cafjs generate
It defines the following targets of increasing app complexity:
-
cloud
: Simple CA with a command line interface. -
web
(ordefault
): Add a React+Redux web frontend tocloud
. -
iot
: Add support for an iot device, e.g., a Rasperry Pi, toweb
. -
iotbrowser
: Add support for an iot device with browser-based bridging code, e.g., Chrome using the Web Bluetooth API, toweb
. -
vr
: Add a virtual reality interface toiot
using Aframe.