Currently, I am facing an issue with my hardware scanner that is connected to a Windows computer. Whenever I scan an item using the hardware scanner, the Windows computer retrieves the price/information about that specific item. Then, I manually input this price into my database through a Windows program or C# program.
Furthermore, I have a web application that shares the same database as the C# program mentioned earlier. This web application needs to be open simultaneously while I conduct the scanning process. It is crucial for any changes made to the database to be instantly reflected in the web browser when I perform a scan.
I am wondering whether JavaScript technology (or any other relevant technology) can help achieve this real-time synchronization between the actions of scanning and updating the web browser display. Is this feasible?
Thank you for your assistance.