I have recently been playing around with Meteor.js and it looks like a really awesome tool to build realtime client centric web apps in javascript. Can someone suggest some good frameworks/tools i can use for creating web based mobile apps, which would support stuff like push notifications to the device ?
Thank You
In this case you need a wrapper framework with this ability. Use any framework like jQuery mobile, Sencha touch ... and wrap it with Phonegap/Cordova framework.
Phonegap (depending on mobile platform) has a plugin to interact with push notifications.
And this is a plugin.
Google Phonegap if you need more information. It is good to know, phonegap is frameworks old name, new name is Cordova. You can use it on any mobile platform.