Top "Mongojs" questions

MongoJS is a Node.

how to insert a .json document to mongo server by mongojs in node

I'm new with nodeJS and MongoDB. I have this code: var fs = require('fs'); var mongojs = require('mongojs'); var db = …

json node.js fs mongojs
MongoDB won't save JSON document?

Quick question, but does anyone have a clue why MongoDB won't save the following document? I'm using MongoJS in NodeJS …

node.js mongodb mongojs nosql
MongoDB and MongoJS - can't get runCommand to work for text queries

My goal is to use MongoDB's (2.4.4) text command from Node. It works fine from the command line. Based on this …

node.js mongodb mongojs