Barn - Fast, atomic persistent storage layer on top of localstorage

added by Drew Peterson
12/9/2014 7:11:09 PM

234 Views

Barn provides a redis like API on top of localStorage (or any other storage implementing the web storage API. Operations are atomic so even if a users closes the browser window, or and error is thrown and not handled barn keeps a consistent state.


0 comments