fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 155 forks source link

Connecting to Fongo through a MongoDB client #365

Open yaseco opened 5 years ago

yaseco commented 5 years ago

Is it possible to connect to Fongo while the app is running? I tried doing so with Robo 3T (to 127.0.0.1:27017) while the app is running but I got "connection refused" even though this is the right configuration (i.e. the correct port used by Fongo)