hivecast-sdk/demos/fresh-server-actor
2026-06-08 17:43:01 +00:00
..
2026-06-08 17:43:01 +00:00
2026-06-08 17:43:01 +00:00
2026-06-08 17:43:01 +00:00

Fresh Server Actor Demo

This is a fresh package-author sample. It does not use Host Service, HiveDock, Device Link, Matrix Web, or any Matrix/HiveCast HTTP server.

It uses:

  • @open-matrix/sdk for actor/runtime/transport
  • a HiveCast API key for /api/install/actor-credential
  • NATS for the actual actor bus

Run

export MATRIX_CLOUD=https://<your-hivecast-cloud>
export MATRIX_SPACE=<your-space-root>
export MATRIX_API_KEY=<your-hivecast-api-key>

pnpm install --frozen-lockfile
pnpm run doctor
pnpm --filter matrix-sdk-demo-fresh-server-actor build
pnpm --filter matrix-sdk-demo-fresh-server-actor check

Expected result:

{
  "ok": true,
  "demo": "fresh-server-actor"
}