@open-matrix/platform-http-server (0.1.39)
Published 2026-09-04 13:55:35 +00:00 by hivecast-admin
Installation
@open-matrix:registry=npm install @open-matrix/platform-http-server@0.1.39"@open-matrix/platform-http-server": "0.1.39"About this package
@open-matrix/platform-http-server
HTTP gateway actors for Matrix runtimes.
The gateway actor translates external HTTP-shaped requests into Matrix actor
requests. Package runtimes expose static web assets through
MatrixHttpAssetEndpointActor, so Host-managed assets can be served over
Matrix without requiring a per-package HTTP origin.
The canonical asset actor implementation lives in
sdk/package-runtime/src/execute/package-web-module.ts. This package owns the
HTTP ingress and SystemGatewayHttpActor; its hosted factory mounts sealed
Chat and Director providers from the starter-application manifest and admits
only those supplied routes on the platform gateway.
Dependencies
Dependencies
| ID | Version |
|---|---|
| @hivecast/runtime-ownership | 0.1.8 |
| @nats-io/nats-core | ^3.4.0 |
| @open-matrix/contracts | 0.1.23 |
| @open-matrix/core | 0.1.27 |
| @open-matrix/credential-plane | 0.1.9 |
| @open-matrix/host-control | 0.1.51 |
| @open-matrix/nats-auth | 0.1.27 |
| @open-matrix/nats-authority-port | 0.0.10 |
| @open-matrix/package-runtime | 0.1.31 |
| @open-matrix/platform-web-surface | 0.1.17 |
| @open-matrix/subjects | 0.1.11 |
| @open-matrix/system-auth | 0.1.28 |
| express | ^5.2.1 |
| nats | ^2.29.3 |
Development Dependencies
| ID | Version |
|---|---|
| @matrix/test-utils | 0.1.0 |
| @types/express | ^5.0.6 |
| @types/node | ^25.0.10 |
| esbuild | ^0.25.0 |
| tsx | ^4.0.0 |
| typescript | ^5.3.0 |