MongoDB with ReactiveMongo : a Sample App

This is a sample app to show in a few lines of code how MongoDB can be used to build a simple (yet full featured) web application. This example use the following:

  • MongoDB
  • ReactiveMongo, a non-blocking and asynchronous Scala driver for MongoDB
  • Play 2.1 as a web framework
  • Play ReactiveMongo module