/node-sdk

Kinvey JavaScript SDK for NodeJS applications.

Apache License 2.0Apache-2.0

IMPORTANT: The Kinvey Node SDK repository has now moved to: https://github.com/Kinvey/js-sdk/tree/master/packages/node-sdk. Please go to this repository to submit issues and pull requests.

Overview

Kinvey (pronounced Kin-vey, like convey) makes it ridiculously easy for developers to setup, use and operate a cloud backend for their mobile apps. They don't have to worry about connecting to various cloud services, setting up servers for their backend, or maintaining and scaling them.

Getting Started

Install and save the Kinvey Node SDK:

npm install --save kinvey-node-sdk

Import the Kinvey Node SDK:

const Kinvey = require('kinvey-node-sdk');

NodeJS Compatibility

The Kinvey Node SDK supports the following versions of NodeJS:

  • NodeJS: 6.0+

Documentation

For more detailed documentation, see Kinvey DevCenter.

License

See LICENSE for details.