Saturday, 29 June 2013
Interesting Snippets from 2013-06-29
-
Chance.js: Utility library to generate anything random for JavaScript
Chance is a minimalist generator of random [1] strings, numbers, etc. to help reduce some monotony particularly while writing automated tests.
-
louischatriot/nedb ยท GitHub
Embedded persistent database for Node.js, written in Javascript, with no dependency (except npm modules of course). You can think of it as a SQLite for Node.js projects, which can be used with a simple require statement. The API is a subset of MongoDB's. You can use it as a persistent or an in-memory only datastore.