I'm using the current application stack:
node.js, mongodb, express (for node.js), and mongoose (for node.js ... gives me orm capabilities)
I'm getting used to everything and have the regular CRUD stuff working. However, I can't figure out how to store binary/gridfs/BSON stuff in mongo and retrieve it.
Can someone give me an example using node.js/mongo/mongoose or know of a good one or know if its possible?