Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. D

    Node.JS Bizarre Node.js error

    I'm trying to do some basic stuff with MongoJS. When I try to run this simple program: var database = "testingMongoJS"; var collection = "testCollection"; var db = mongojs(database, collection); db.on("error", function(error){ console.log("Database: ", error); }) app.get("/"...
Back
Top Bottom