deltapub
Import the Client and Command:
import { Client, Command } from 'amps';
Publishing from a connected client:
client.deltaPublish(topic, data);
Import the Client and Command:
import { Client, Command } from 'amps';
Publishing from a connected client:
client.deltaPublish(topic, data);