Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

File metadata and controls

26 lines (20 loc) · 1.1 KB
layout home
title ReactiveCouchbase plugin for Play 2

ReactiveCouchbase plugin for Play 2

You can absolutely use ReactiveCouchbase from a Play 2 application. The Play plugin for ReactiveCouchbase include some nice features to boost your productivity and let you focus on app writing :

  • Integration with the native Json API of the framework
  • Integration with the native stream API of the framework for realtime webapps
  • Integration with the Action API
  • Driver and connections management handled automatically by the plugin
  • Automatic CRUD HTTP services for fast prototyping
  • Integration with Java
  • Couchbase as cache
  • Design document synchronisation per bucket at startup (Evolutions module)
  • Sample data synchronisation per bucket at startup (Fixture module)

For more information about it, go to the ReactiveCouchbase-play's GitHub project