I\'m curious to know if meteor can be connected to or display the contents of RDBMS, such as mysql. I have a database that is constantly changing and, if I can use meteor as
I have used Meteor-mysql package to implement realtime application with mysql database. There is a small bit of configuration required to change mysql to output binary log, but the rest of the stuff is completely flawless and smooth. Hope this helps