New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

backendless

Package Overview
Dependencies
Maintainers
0
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backendless

Backendless JavaScript SDK for Node.js and the browser

  • 7.4.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
976
increased by8.44%
Maintainers
0
Weekly downloads
 
Created
Source

Welcome to Backendless!

Check Build Status npm version dependencies Status

In this document you will find the instructions for getting up and running with Backendless quickly. The SDK you downloaded contains a library with the APIs, which provide access to the Backendless services. These services enable the server-side functionality for developing and running mobile and desktop applications. Follow the steps below to get started with Backendless:

  • Create Developer Account. An account is required in order to create and manage your Backendless application. Registration form is available at https://develop.backendless.com/registration

  • Login. Login to your account using Backendless Console at https://develop.backendless.com/login

  • Locate Application ID and API Key. The console is where you can manage the applications, their configuration settings and data. Before you start using any of the APIs, make sure to select an application in the console and open the “Manage” section. The “App Settings” screen contains the application ID and API keys, which you will need to use in your code.

  • Examples. The SDK includes several examples demonstrating some Backendless functionality. Each example must be configured with the application ID and API key generated for your application. Make sure to copy/paste these values into the following source code files:

    • User Service Register/Login Demo: examples/user-service/simple-register-login/js/user-example.js
    • User Service Social Login Demo: examples/user-service/social-login/js/main.js
    • Data Service TODO-App Demo: examples/data-service/todo-app/js/app.js
    • Data Service Relations Management Demo: examples/data-service/relations-management/js/app.js
    • Messaging Service Demo: examples/messaging-service/chat/js/chat.js
    • File Service Demo: examples/file-service/js/files-example.js
    • TypeScript Demo: examples/typescript/app.ts

Installation

Use npm:

npm i backendless

or reference the library with the URLs below:

Non-compressed library (mapped to the latest released version):

https://api.backendless.com/sdk/js/latest/backendless.js

Minified/compressed library:

https://api.backendless.com/sdk/js/latest/backendless.min.js

TypeScript library:

https://api.backendless.com/sdk/js/latest/backendless.min.map https://api.backendless.com/sdk/js/latest/backendless.d.ts

Documentation

You can find the Backendless documentation on the website.

Check out the Getting Started Guide page for a quick overview.

Help

Below are a few links to help with the development:

We would love to hear from you. Please let us know about your experiences using Backendless. You can reach us through the support page or email: support@backendless.com

Thank you and endlessly happy coding!
The Backendless Team

Keywords

FAQs

Package last updated on 11 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc