I would like to know how I can push data changes in a MySQL database table to an MVC Web Application. So if the table changes - the web app gets updated .. I am not talking polling or querying - I am talking MySQL has a table changed - and that table data change gets sent to the Web App - clients.
I see that SQL server seems to have some functionality built in (full version but not in express), I am not seeing this in MySQL database either (which is really what I need).