In Meteor www.meteor.com, every time you save your HTML/Javascript/CSS it will push the changes to the browser and hence **you don't need to refresh the browser manually.
Is there a way I can do this in standard node.js environment without using meteor ?
What about in PHP / Java environment ?