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
https://github.com/drorm/meteor-sql is an implementation of livedata for mysql. It's only just been released so it might still contain a few bugs but I think you will find it up there as a viable option.