LocalStore
Local storage library with pull stream api.
Example
var request = ; var pull = ; var pullable = ; var store = ; var pullbaleRequest =
Methods
var store = ;
Store.set(key)
Set is a sink stream therefore there can only be one store set in the pipe.
Store.get(key)
Get is source stream you can pull from it. It must be at the start of a pipeline.
store
Store JSON
local store currently doesn't have and will not support storing values as JSON. It is recommend that you use a json stream transfomer for performing such opperation.