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
Mysql can definitely be used instead of mongoDB, but making the app reactive with a mysql backend might be tricky.
I did find this talk on the subject: https://www.youtube.com/watch?v=EJzulpXZn6g
That might make your solution easier.