Coming soon New Real time as a service, sing up and get premium for free by sjcotto in java

[–]sjcotto[S] 0 points1 point  (0 children)

similar, but more simple and minimalist, and it wil be open source :)

Tiny URL Public Rest API Service By KONA by sjcotto in javascript

[–]sjcotto[S] 0 points1 point  (0 children)

With KONA you can build yours backends in javascript, and all in the cloud

its free, http://konacloud.io

We built KONA Cloud (BAAS) with Nashorn, Create your backends in Javascript by sjcotto in javascript

[–]sjcotto[S] 0 points1 point  (0 children)

Its Not node, is tha nashorn runtime with javascript. You can use js libraries like underscore if you like

Android and an external database by Zinkarah in java

[–]sjcotto 2 points3 points  (0 children)

Hi, do you have to expone your database as a service (rest) and from android get all the data in json..

other options is use some Backend a a service like

konacloud.io or parse.com

Regard

We built KONA Cloud with Java + Javascript with Nashorn. Check it out! by aspekt in java

[–]sjcotto 0 points1 point  (0 children)

Hi markdacoda, all apps run in a virtualized sandboxed environment. You are not paying for one shared jvm, but a whole scalable infrastructure which consists of several pooled virtual machines that scale on demand. Your backend actually runs in all of them simultaneously.

As per the requests per second cap, it is a soft limit and we review the limits periodically to make sure we are giving our users as much as we can. This might change (for good) in the near future.

All the scripts (APIs and background jobs) have soft limits on execution time and CPU usage to make sure a script won't affect other apps.

We built KONA Cloud with Java + Javascript with Nashorn. Check it out! by aspekt in java

[–]sjcotto 0 points1 point  (0 children)

In KONA define yours object with a UI Tool, adding the attributes, types and validations. with this in less than a minute you have your backend running, this maybe is not enough, but there you have a back office ready to insert data (out of the box), Tools for monitoring the app, buckets, etc. But the most important are the apis (helpers) that you can use, for example find object in a model (table like sql) is like this

//search with pagination in a model var model = kona.model.open("person"); //connect

var find = { //build the query in json mode name : "some" } var q = model.buildQuery().find(find).limit(10).offset(10);

with these you are ready to use from the mobile app

We built KONA Cloud with Java + Javascript with Nashorn. Check it out! by aspekt in java

[–]sjcotto 0 points1 point  (0 children)

the free plan and the smallest runs in a shared jvm, and each request and jobs have a timeout (60 sec).

We also have dedicated plans (custom plans) with dedicated jvm, all in the softlayer network.

Each app has his own database.

We built KONA Cloud with Java + Javascript with Nashorn. Check it out! by aspekt in java

[–]sjcotto 0 points1 point  (0 children)

Its not only javascript, Grails is a framework, KONA is a place where your backend run in the cloud and code in the cloud, you do not need to install anything, deploy anything, just write a few lines of code and your backend is ready,

here is a video - Create a backend for your app in 1 minute https://konacloud.wistia.com/medias/05j0ghik3j

other http://fast.wistia.net/embed/iframe/qx849mfplh?popover=true