Here is my problem. I have a hardware scanner connecting to a windows computer. When I scan an item windows computer will get the price/information about this item. I will insert the price to my database through windows program/c# program.
I have a web application, which has access to the same database with c# program . This web application should be open at the time when I do scanning. I would like the changes in db is reflected to web browser right at the time when I scan.
Is this related with javascript technology(or other technology)? Is this possible?
Thanks