There are a lot of scenarios when custom business logic on the server-side may need to connect to an external host. Whether it is a service call to a third-party service or a retrieving data from a proprietary system, the code must establish a connection to an external host. Up until now if you tried…
We build and release a lot of software – core service, 5 SDKs and a special utility for custom business logic. We always wanted to visualize our release history to make it easy to navigate through the releases and see how a specific SDK or the core service is evolving. Today we release our release…
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…
With the help of our partner in Japan we participated in a leading application development conference.
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…
Scheduled tasks or background jobs is a common requirement for a lot of applications. Backendless supports this concept through a feature we call Timers. A timer is a form of custom server-side code which runs on a pre-defined schedule. This video demonstrates the process of developing a timer, testing it in the debug mode and…
As an mBaaS platform we frequently say “no server-side coding is required”. This is true for a lot of apps, however, at times it is necessary to shift some application logic to the server-side. The logic may need to alter or extend the default implementation of the core services. Adding custom business logic is not…
Geolocation is one of the core services of Backendless. Using the Geolocation API you can easily add a sense of location to your application. Backendless provides a powerful mechanism for metadata-based searches in a geographic area (rectangle or radius). The latest release of Backendless includes an entirely rewritten Geolocation management interface in the Backendless Console….
We just pushed a new release to our production servers. The release includes multiple new features and a ton of improvements. Below is a summary of what went into the release. There will be a blog post with a video providing an in-depth review of each new feature: Pricing update– our free plannow includes more…