Skip to content

Vue Remote
Proxy Vue renderer
for isolated sanboxes

Host controls allowed components while remote applications render through synchronized channel updates.
Latest: unknown

Host-controlled components

The host explicitly provides the allowed Vue component map via createProvider().

Bidirectional props and events

Props and emitted events move between host and remote through the receiver and remote root channels.

Channel-based transport

Runtime synchronization is built around @remote-ui/rpc channels and postMessage-compatible transport.