npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

backendless

v7.3.7

Published

Backendless JavaScript SDK for Node.js and the browser

Downloads

4,698

Readme

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: [email protected]

Thank you and endlessly happy coding!
The Backendless Team