Mean.io These guys are trying to create something amazing. We are exploring this as a starting point for some of our MEAN projects.
http://webapplog.com/ Great articles written by an agile startup guy. Has a great comparison of PHP and NODEjs
Mean.io These guys are trying to create something amazing. We are exploring this as a starting point for some of our MEAN projects.
http://webapplog.com/ Great articles written by an agile startup guy. Has a great comparison of PHP and NODEjs
We are attempting to find an existing Node / Mongoose / Express seed as an API starting point for our MEAN projects. We love and have come accustomed to the Genesis Skeleton framework workflow, but it lacks a flexiable API server. Ideally we could incorporate the two and cteate a master starter seed!
| { | |
| "name": "genesis-skeleton", | |
| "version": "0.0.1", | |
| "dependencies": { | |
| "angular": "1.0.7", | |
| "angular-mocks": "~1.0.6", | |
| "angular-scenario": "~1.0.6", | |
| "angular-strap": "~0.7.3", | |
| "bootstrap": "~2.3.1", | |
| "html5shiv-dist": "~3.6.1", |
| { | |
| "directory": "components" | |
| } |
| web: node server |
| /** | |
| * jQuery Plugin Template | |
| * | |
| * @author Faculty Creative | |
| * | |
| * This plugin will init itself on elements with a class you specify. Data attrs can be used to override | |
| * default options of the plugin. | |
| * | |
| * | |
| * Insipired by Bootstrap and smashing magazine patterns |
| <?php | |
| // input standards | |
| // --- | |
| // use school id instead of literal strings | |
| // when a user logs in, the App sends user info and device token | |
| // the api responds with auth code, user object, and school id | |
| // | |
| // security concerns |
| error: Error running command deploy | |
| error: Nodejitsu Error (500): Internal Server Error | |
| error: There was an error while attempting to deploy the app | |
| error: | |
| error: Rackspace Error (404): Item not found | |
| error: Error output from Haibu: | |
| error: | |
| error: Error: Rackspace Error (404): Item not found | |
| error: at Request._callback (/root/haibu-orchestra/node_modules/haibu/node_modules/cloudfiles/lib/cloudfiles/common.js:184:18) | |
| error: at Request.init.self.callback (/root/haibu-orchestra/node_modules/haibu/node_modules/request/main.js:119:22) |
| <?php | |
| date_default_timezone_set('America/New_York'); | |
| /* | |
| *--------------------------------------------------------------- | |
| * APPLICATION ENVIRONMENT | |
| *--------------------------------------------------------------- | |
| * | |
| * You can load different configurations depending on your |