Is a small web server stub for NodeJS/Express/Hogan and can be run directly or require'd into a script. Uses Express, Hogan-Express templates, allows you to set port, catch errors, app path, statics the current directory, without all the boilerplate.
published version 0.5.1, 12 years agoquick-store =========== Quick JSON storage for NodeJS server, using localStorage syntax with a few added. Async. ```` var db = require('quick-store')(); // saved file ./db.json var db = require('quick-store')('./mydb.json'); // saved file ./mydb.json
published version 0.1.4, 12 years agoWebsocket server - extends the excellent https://github.com/einaros/ws
published version 0.0.4, 12 years agoSimple no-auth pull data from a Public Google Spreadsheet. ```` try { var gsheet = require('.'); } catch(e) { var gsheet = require('gsheet-web'); }
published version 3.0.1, 8 years agoLet's you set rates on any action occuring. Use a string to id the thing to be limited.
published version 1.0.3, 8 years ago```` var format = require('simplest-template'); format('Hi ${name}', {name: 'Bob'}); // Hi Bob ````
published version 1.0.0, 8 years ago