0.0.4 • Published 9 years ago

reqify v0.0.4

Weekly downloads
20
License
straight martiniw...
Repository
github
Last release
9 years ago

reqify thyself

a browser localStorage class inheriting from EventEmitter. it gives us events mixed with persistence beyond refreshes and restarts.

keys can be any type backed by bytewise

values default to json data

events must be manually emitted as output

reqify.emit( 'eventString', { data } )

tune in for input at the .on('data', callback) pattern

the idea was originally based on interop at Symphony

MIT