my application makes orders from client phone, operators who process these orders has another application to do that by clicking a button to see if new orders were placed. I want to notify these operators once any order has been placed. what is the best method to handle this?
NOTE: clients send orders to MSSQL server database, then operators can browse these orders to process.
NOTE: clients send orders to MSSQL server database, then operators can browse these orders to process.