Blog
Introducing Backendless Pro Community Edition: Free Single-Server Deployment
We’re excited to announce that Backendless is now even more accessible with the launch of the Community Edition: a free version of the Backendless platform for deployment on a single physical server. This change makes Backendless more accessible than ever, allowing established users who want to lower their overall cost of ownership to deploy quickly...

Backendless and Corona: Retrieving user data

Back for round #2, eh? (if you missed the first post which was about registering users, read it here) Well, let’s dive in. This one should be pretty quick. The following code is pretty well commented, ping me if you have any questions. json = require (“json”) — Create a table to hold our headers…

Backendless and Corona: Using API for Adding Users

This post will go over the basics of integrating Backendless services into the Corona framework… First, create your Backendless account and obtain the “application-id” and “secret key”. Keep those handy, you’ll be using them throughout these tutorials. At present, there is not a proper, Corona-specific API plugin so we’ll be using the REST API for…