reqify
v0.0.4
Published
a shameless amount of browserside levelup
Downloads
5
Readme
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