Our current vote system is great and updates the % for each option nicely but one thing we can add is making it update instantly in real-time so that if a user clicks on Iron and the original iron is at 0 votes, the moment the user clicks on submit and is shown the chart it should be instantly updated to 100% since Iron would have been the first and only vote.
We're already using socket.io for our real-time communication and we can also use it for this issue.
Our current vote system is great and updates the % for each option nicely but one thing we can add is making it update instantly in real-time so that if a user clicks on Iron and the original iron is at 0 votes, the moment the user clicks on submit and is shown the chart it should be instantly updated to 100% since Iron would have been the first and only vote.
We're already using socket.io for our real-time communication and we can also use it for this issue.