I\'m using NodeJS wih MongoDB using mongodb package. When I run mongod command it works fine and gives "waiting for connection on port 27017". So, mongod seems to
You probably need to continue running your DB process (by running mongod) while running your node server.
mongod