0

How do you connect and create the rest api from node express to work with mongolab on heroku ?

Brett
  • 1,717
  • 1
  • 26
  • 38

1 Answers1

1

Probably the best way to connect to MongoLab from a Node.js app running on Heroku is to use the Node.js MongoDB driver:

http://www.mongodb.org/display/DOCS/node.JS#node.JS-Node.jsDriver

will
  • 667
  • 4
  • 6