Meteor mongo connection from java application

I need to make a connection from a local java application to a local meteor apps mongo db. Im looking at using the MongoDB java driver, but where do i point the connection? Will it connect just using “localhost” or “localhost:3000”? Or what port?

It should be localhost:3001

See http://stackoverflow.com/questions/22020580/how-to-connect-mongodb-clients-to-local-meteor-mongodb/22020919#22020919

1 Like

Ah ok, meteor mongo gives alot of the info. Thanks.