>
> It does not require mongoose. You can use the native mongodb driver 
> installed with `npm install mongodb` and require it with `mongodb = 
> require('mongodb')`. 
>
> It does not requires a user being declared. You could have put your 
> method right away but that's kind of messy. Something like: 
>
> app.get('/users', function (req, res, next) { 
>   // Your operations go here 
> }); 
>
> As you can see that's pure JavaScript and user was supposed to be an 
> Object with the methods for users-related actions.
>

I'd recomend smooth front-to-backend node.js + mongodb transaction via
this Guide: "ExtJS Editable Grid + Node.js"
http://docs.sencha.com/extjs/4.2.2/#!/guide/editable_grid_pt2

Good luck, Frank.
________

-- 
-- 
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 "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to