I found many refer url for Meteor framework where i found mongodb as database, since i don\'t have much knowledge in mongodb. So is there any way to implement mysql instead
You can take a look at this meteor package nodets:mysql .
Use mysql at the server and at the client all subscriptions are updated every time db changes.