14 comments

[ 1.8 ms ] story [ 53.9 ms ] thread
This is a backend-as-a-service that I've been working on for a few months. It's for people to build simple apps with. Any feedback would be very helpful.
This service is a little bit slow when accessed for the first/second time. After been CDN-cached, everything is fine.

The full log can be found here, http://pastebin.com/9SLsLZCS

Cool, thanks for the report.

There is a code generation process that needs to occur, but I suppose this could be optimized.

Got another error: https://s3.amazonaws.com/back.io/client.js.map 403 (Forbidden) then "Uncaught RangeError: Maximum call stack size exceeded" in the demo script.
The 403 on the sourcemap is by design (I might change this), I'll have to look into the stack overflow though...
"backend cancer"

yeesh.

LOL -- I guess that remark could be interpreted a little crude :)
This is awesome idea. Do you have users?
Yes but they're all isolated / custom-built at the moment ... other than the actual class editor which is built using the Back.io public API (it's a self-hosted system)
> bun.name = "Sky";

> // Yep, it's saved. Seriously.

How?

> bun.name = "Sky"; > // Yep, it's saved. Seriously.

How?