BaasBox is a server that makes available a set of functions for the backend of mobile applications. All you need is a Java Virtual Machine 1.6 or above. BaasBox already has everything you need for it to work: an application server and a DB server. BaasBox was born to be simple to use and manage. To migrate a BaasBox instance from a server to another, you just have to zip the database folder and copy it in the server target folder. Moreover, it is ready to use without changing the configuration parameters. You just have to launch the command ./start (or start.bat on Windows) and BaasBox will run. Shoud you need it, you can apply customize configuration parameters.
Available functions are:
BaasBox is written mostly in Java, with some code in Scala. It uses the Play! Framework and it incorporates the core of the OrientDB database. This will allow BaasBox to natively manage the relations between JSON objects and to link objects and queries without using specific abstractions or having to simulate them on the applicative level. OrientDB was recently surveyed and entered Gartner’s Magic Quadrant.