I want send a Mongo doc to users anytime it changes. Basically what I need is to listen for change events and then when a document is changed it gets passed it into a function that broadcasts to the correct people.
Can I listen for change events somehow? Is there a better DB to do this type of thing?
Thanks!