A simple in memory key-value datastore with persistence. KyVe is as really simple hybrid key-value storage. Hybrid because maintain 2 db, one in memory, a symple JS Object, the other one is stored. Get a value is the same thing that get a value from a JS Object. The goal is to have a sobstitute for LocalStorage on Node and Cordova without the size limit and not too slow.