0.4.8 • Published 9 months ago

clifton v0.4.8

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

šŸ“¬ 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 => {})
0.4.8

9 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago