reqify

v0.0.4
a shameless amount of browserside levelup
EventEmitter Leveldb

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

npm i reqify

Metadata

Downloads

Maintainers