Today we are going to talk about the integration of Backendless into your AngularJS/TypeScript app. We will create a simple Address Book application where all the application data will be stored in the Backendless mobile backend. The main goal of this article is to provide step-by-step instructions and to show how to create an Angular…
This post describes the process of developing an API Service in Backendless with JavaScript. You will learn: how configure your development environment include NPM dependencies run the service in the debug mode and test it using the Backendless console deploy the service to Backendless The service you will develop in this guide will provide APIs for…
Backendless 4 is a powerful platform that can instantly turn your JS code into an API service. Every declared method (unless it is excluded) gets a dedicated API endpoint accessible via REST and native libraries, which Backendless automatically generates for you. As a developer, you can easily specify what the REST route must look like for every…
For anyone developing business logic (Cloud Code) in JavaScript, we have put together some suggestions for troubleshooting your deployment. The page is added to the product documentation. One of the new features described in the doc is the ability to redirect console.log messages to Backendless logging. Once your JS code is deployed to production, messages…
One of the goals we have at Backendless is to make the platform uniformly available for different types of client technologies. The platform is truly cross-platform and it is a matter of time/effort to make it available to a new client environment. Since we already have a super-powerful SDK for JavaScript, creating a bridging technology for…
If you have been waiting for Angular 2 support in Backendless, the wait is over. We have finished the integration of the Backendless SDK for JS and now it is available for TypeScript. An important side effect of this integration is support for the Angular 2 framework. The integration enables complete support of all Backendless APIs from…