I\'ve developed an application that I would like to use meteor.js for real time updates (I want to enhance but not change my program, for example when a user adds a comments
You can use comet (or reverse ajax) for realtime updates.