ReactiveMongo - Reactive Scala driver for MongoDB

ReactiveMongo - Asynchronous & Non-Blocking Scala Driver for MongoDB.

ReactiveMongo is a scala driver that provides fully non-blocking and asynchronous I/O operations. With a classic synchronous database driver, each operation blocks the current thread until a response is received. This model is simple but has a major flaw - it can't scale that much.