Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ifraixedes/lawnchair-ncc
Fork of lawnchair project (A lightweight clientside JSON document store) but it deals with "node callbacks conventions"
https://github.com/ifraixedes/lawnchair-ncc
Last synced: 16 days ago
JSON representation
Fork of lawnchair project (A lightweight clientside JSON document store) but it deals with "node callbacks conventions"
- Host: GitHub
- URL: https://github.com/ifraixedes/lawnchair-ncc
- Owner: ifraixedes
- License: other
- Created: 2013-01-26T18:13:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-14T13:18:58.000Z (over 10 years ago)
- Last Synced: 2024-04-12T19:53:15.352Z (7 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lawnchair-ncc
=============Fork of Lawnchair project (A lightweight clientside JSON document store) but it deals with "node callbacks conventions"
## Why this fork?
I've decided forked the Lawnchair project because I am building a web application (I hope that it will our future business) which, obviously, I need to store data for each user session application cycle; albeit in the time being, I would only need to store during the session, my aim is to use a middleware which allows me decouple the application of the storage system, to provide in the close future a offline storage without rebuilding a big part of the application's core.
So I found the great Lawnchair project, but I realized that in my current application, I would like to manage the errors that some adapters, like HTML5 indexed-db, launches asynchronously, so I thought to use the node callbacks convention rather than develop a Promise interface to tackle it. This decision derived the name of the project ncc = "node callbacks convention".
## Future
So far, I've only ported some adapters and no plugins. In the close future, only I will port the feature that I need to my application, of course, all of them will be added to this project.
## Acknowledges
I want to say many thanks to Brian LeRoux and Lawnchair contributors as well, to start and release under a Open Source License the Lanwchair project.
## LICENSE
Just MIT, check LICENSE file.