Using mongojs or any other nodejs library, is it possible to create connections to multiple remote MongoDB databases (not replicated dbs) ?
What I need to do is fetch some data in a collection in remote database A, process it then update some other documents in a collection in remote database B.