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 higher. Dependencies from or installation of other software are not required. This is because BaasBox already has everything you need for it to work: an Application Server and a DB server NoSQL through which the services are supplied. BaasBox was born to be simple to use and manage as its main requirement. 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 applying any alteration to configuration parameters. You just have to launch the command ./start (or start.bat on Windows) and BaasBox will run. Of course, if you wish or should it be necessary, you can apply suitable configuration parameters.
Available functions are currently:
BaasBox is written in Java with some classes in SCALA. It uses Play! Framework and it incorporates the core of NoSQL OrientDB database. OrientDB is a powerful graph-oriented DB NoSQL. This will allow BaasBox to manage the relations between JSON objects in a native way 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. BaasBox does not use up many system resources: it was also tested on a Raspberry PI rev.B, and it proved to be up to expectations, all things considered.