As of today, the Kinvey JavaScript Library is officially available for use in your HTML5 apps and node.js projects. You can download the library here. This first release is a beta release, so expect lots of new features to be added soon.
Trends
Over the recent months, we noticed that a lot of developers are using Kinvey as their backend for HTML5 applications. Also, there is an increasing trend in the usage of server-side JavaScript platforms, especially node.js. So far, developers working with JavaScript could only use our REST API to connect to Kinvey.
However, manually building REST calls is no fun. It requires you to deal with users, authorization, encoding issues, formatting and parsing requests and response bodies, and so on. JavaScript libraries, like jQuery and Backbone.js, can take care of some of the work, but not all. You are still required to do some of the hard work, like creating users in the Kinvey backend, or querying a collection.
read more ...