0

To run Meteor without Mongo, a dummy MongoDB server is needed. Obviously, one solution is to run mongod locally, or launch a mock MongoDB server.

What other ways are there to connect to a dummy MongoDB server for testing purposes?

Any Mongo hosting providers that have put up a dummy/test server, basically a /dev/null over mongodb://?

Community
  • 1
  • 1
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404

1 Answers1

2

mongolab has that in their free sandbox level.

compose.io also has a free sandbox level.

search for 'mongo sandbox' or 'mongo free'.

the local mongo (on osx) is invaluable; don't know about wind blows.

Gabe Rainbow
  • 3,658
  • 4
  • 32
  • 42