Hacker News new | ask | show | jobs
by Py_ 4047 days ago
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.
1 comments

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...