Any alternatives to meteor console?

I would like a gui to mange meteor, see the which mongo db coupled with it etc.
Is there such a thing?

There are a bunch of GUIs for mongodb. One that’s written with Meteor itself is DrMongo. Another popular one is MongoChef.

If you just want to take a look at the data in minimongo on the client, there is the just-add-a-package simplicity of Constellation or Mongol.

If you’re looking for a ready-made admin panel that you can put into your app, again there are options, like: yogiben:admin or Houston (and quite a few others).

2 Likes

Thank u or the swift and detailed answer.

joseph.