Index of /site/docs/packages/pan-client

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2026-01-11 14:51 3.0K 

@pan/client · PAN Documentation
Home / packages / pan-client / README

@pan/client

PanClient — tiny helper for publishing, subscribing, and request/reply on the PAN bus.

import { PanClient } from '@pan/client';
const pc = new PanClient();
pc.publish({ topic:'demo.hello', data:{ text:'hi' } });

This package mirrors the repo’s dist/pan-client.js. During publish, index.js is synced from the repo’s dist folder.