Firebase like client for Meteor mongodb on localhost?

Does anyone know a windows mongodb client, with realtime database preview?

I use robomongo to connect to local database, but it has no live update system, every time i change something through meteor js applications i have to go back to robomongo and perform a few actions to get current database tree or field values.

In firebase it’s exactly what i expect, tree is updated in real time, every change is highlighted with css animation, and has some basic functionalities to modify database… or maybe there is a node.js based client for local mongodb, which could connect through web browser?

MongoUi is the closest thing i have found so far http://webapplog.com/mongoui

Regards

Not sure it solves your problem, but check out this thread on Dr. Mongo.