Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Releases: robinsalehjan/trendinghashtaggraph

Async client-side rendering

10 Oct 12:04
Compare
Choose a tag to compare

Rewrote part of the client side to dismiss using the timeout function to block the client. The client will instead call a function with a callback which fires of a asynchronous GET request to the API. When the onreadystatechange handler is called, the callback function provided is called with the graph object as argument.

0.4

04 Apr 07:58
Compare
Choose a tag to compare
0.4

The previous release was dependent on a recurring cron job to avoid that the client had to refresh the website.

With this release the rendering of the website on the client side is blocking for 2 seconds. This dismisses the use of a recurring cron job, and reduces the number of hours that this application consumes from the Heroku free limit.