Live data from Hacker News

Show HN: Responsive web app in JavaScript on HTML5stac

demo.mobstacapp.com

1–10 of 11 posts

Re: Show HN: Responsive web app in JavaScript on HTML5stac

#7

Watching a spinning wheel spin forever makes my blood boil. Here's the error in the console: Failed to load resource: the server responded with a status of 429 (UNKNOWN STATUS CODE) GET https://apiv2.mobstac.com/api/2.0/accounts/1/properties/1/ap...

Thanks for pointing out the issues and the valuable feedback. We didn't expect such a great response and hit the throttling limits on our APIs. We are addressing these issues.

Re: Show HN: Responsive web app in JavaScript on HTML5stac

#8

I'm not very impressed. The application takes 15 GET requests to show a spinning wheel. Last request returns status code 429 (unknown status code). That web app doesn't look very responsive.

Apologies, we ran into rate limits that we had applied on our server so the experience was very poor when you hit it (we really didn't expect HN to pick it up!)

You're right that there are too many requests being made. We're fixing this very soon, stay tuned.

Thanks for your feedback - we're in a early private beta and your inputs are very valuable to us.

Re: Show HN: Responsive web app in JavaScript on HTML5stac

#10
post #3

IMO responsiveness should have nothing to do with JavaScript, otherwise you're doing it wrong.

Do you mind elaborating why JavaScript should have nothing to do with it?

IMO responsiveness is a broad approach, and it doesn't necessarily imply only a pure CSS3 approach using media queries. If using JavaScript can make the web app more "responsive" to user needs, what's wrong with that?

Post reply on HN