BaaS is an approach for providing web and mobile app developers with a way to connect their applications to backend cloud storage and processing while also providing common features.
Opensource solutions can be installed on own hardware or deployed to cloud
Complete SDKs for iOS, Android, HTML5/JS, Node.js, Ruby, Java, .NET, and PHP.
Open source since 2011.
node.js framework for creating apis and easily connecting to backend data sources.
based on MongoDB and Node.js providing a JavaScript API
v0.6.10 preview
nice short (6 mins) introducing video
helios.io - Ruby, Postgress
baasbox.com SDKs for iOS, Android but Javascript ("comming soon")
open source alternative for parse.com
Most providers have free plan to try
not well choosen name - try google something :-(
$.ajax({
headers: { "X-Parse-Application-Id": "---YOUR APP ID---",
"X-Parse-REST-API-Key": "--- YOUR KEY ---" },
type: "POST",
url: "https://api.parse.com/1/" + "classes/Test",
data: '{ "name": "Alan Turing",
"birthday": "June 23, 1912" }',
success: function () { },
dataType: "json",
contentType: "application/json"
});