Divide.io is an open source Backend-as-a-Service (BaaS). It provides tools to easily, securely, and efficiently communicate between your app and a server. It handles data storage, user registration & management, and push notifications.
Deploy anywhere. Use any database you want. Never get locked into a platform.
Visit our website for more information.
####How does it work? Divide.io provides easy to use APIs to connect your mobile app to a backend. Getting up and running is simple.
- Choose your server provider. Any server that runs Java should suffice.
- Download and initialize our backend library in your server.
- Download and initialize our client library in your app.
- That's it!
You can now use our APIs to communicate back and forth to your backend. Saving data, querying, registering and logging in users, etc. are now just a few lines of code away!
####Getting Started Guides Servers:
- App Engine
- AWS and others (Coming soon)
Clients:
- Android
- iOS (Coming soon)
####Documentation
####License
Copyright (C) 2014 Divide.io
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.