[nodejs] Re: New to Node. How do I use package.json files and what exactly is it for??

2014-03-26 Thread Ben Taber
node's docs on how modules are loaded, and how package.json files are looked up http://nodejs.org/docs/latest/api/modules.html npm's docs on the fields in package.json https://www.npmjs.org/doc/json.html Read through both and you should have a pretty good understanding. On Wednesday, March 26,

Re: [nodejs] Re: New to Node. How do I use package.json files and what exactly is it for??

2014-03-26 Thread Ben Taber
and their explanations suck, that's why I'm here! Otherwise, thank you Angel Java Lopez, Matt, and Aria Stewart for trying your best to answer my questions! On Wed, Mar 26, 2014 at 3:44 PM, Ben Taber ben@gmail.comjavascript: wrote: node's docs on how modules are loaded, and how package.json

[nodejs] Re: embedded database options for Nodejs

2013-04-19 Thread Ben Taber
There's dirty for super simple storage: https://github.com/felixge/node-dirty On Friday, April 19, 2013 2:59:28 AM UTC-6, Angelo Chen wrote: Hi, What are the options for embedded database? I use redis and mongodb for now, but sometimes you made some small apps, and does not want to mix

Re: [nodejs] Re: embedded database options for Nodejs

2013-04-19 Thread Ben Taber
that men felixge is no longer in this project? Thanks, Angelo On 4月19日, 下午10时07分, Ben Taber ben.ta...@gmail.com wrote: There's dirty for super simple storage:https://github.com/felixge/node-dirty On Friday, April 19, 2013 2:59:28 AM UTC-6, Angelo Chen wrote: Hi, What

[nodejs] Re: embedded database options for Nodejs

2013-04-19 Thread Ben Taber
, exporting some CRUD methods, so I can call from another js, dao.append({id:1, data:'d'}) in this append method, I have to wrap the function in a db.on('load', function(rec){}) ? Angelo On 4月19日, 下午10时07分, Ben Taber ben.ta...@gmail.com wrote: There's dirty for super simple

Re: [nodejs] StrongLoop Node Beta 3 is out with support for private npm repos and more!

2013-04-09 Thread Ben Taber
In our case we've hacked the npm client to query multiple registries. How does that work? The private registry owner clones the schema and design documents from http://npm.iriscouch.com/, but none of the actual data? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] Native Windows services in Node.js

2013-02-16 Thread Ben Taber
nssm is nice, but native windows services would be fantastic. I'd definitely use it. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups