0.4.8 ⢠Published 8 months ago
clifton v0.4.8
š¬ Clifton
Never miss a delivery between your iframes again! Clifton is your friendly neighborhood postman, ensuring your messages arrive safe and sound, no matter the weather.
Install
š¦ Get on the road by installing clifton:
npm install clifton
Usage
š Create a Bus
on all your pages:
import { Bus } from 'clifton'
const bus = new Bus('letters')
šØ Then start delivering messages:
bus.deliver('letter', { to: 'Jess' })
bus.receive('reply', msg => {})