We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would great to have the download count automatically updated without manually refreshing the page.
Add some Javascript that creates a websocket connection with the server.
When the server increments the download count, loop through all the open websocket connections and send a JSON message, like { "downloadCount": ... }.
{ "downloadCount": ... }
The text was updated successfully, but these errors were encountered:
Update download count in real time #206
d215994
Added in d215994
Sorry, something went wrong.
Also update download remaining counter #206
1611127
No branches or pull requests
It would great to have the download count automatically updated without manually refreshing the page.
Ideas
Add some Javascript that creates a websocket connection with the server.
When the server increments the download count, loop through all the open websocket connections and send a JSON message, like
{ "downloadCount": ... }
.The text was updated successfully, but these errors were encountered: