Frequent Ajax polling or long polling can put a big strain on the servers, and I believe that is the major reason why the SE/SO team decided not to implement such a feature to have posted answers, etc, pushed into the page automatically, like emails do in Gmail.
I agree, that it would be really cool if:
New answers are pushed into every visiting page, the moment they are posted.
Edited questions and answers, are updated automatically and flash to indicate that they have been modified.
The same as above for comments.
Upvotes/Downvotes update automatically. I don't think the order of the answers should change however, because that would move the answers around while you're reading them, and that could be annoying.
The number of views and the last update time can also be updated automatically, but this is probably not that important.
When posting an answer on one of the Stack Exchange sites, including Stack Overflow, there is already a mechanism in place where if an answer is posted while you're writing yours, you'd get alerted, and if you click on the alert, the new answer(s) will be pushed into the page without a page refresh:
Such a feature shouldn't be difficult to implement on the front end for the points mentioned above, especially since there is already that "new answers alert" in place. What is difficult is finding a way to do it without increasing the load on the servers by many orders of magnitude.
Maybe this feature could be made available to just the OP of the question. I think that alone would already be good, since the OP is supposed to be the one most interested in real-time updates. That could give some indications to the SO/SE team to gauge if it is feasible to switch this feature to all the visitors of the post, or maybe just to registered visitors, or maybe even visitors with more than x rep.
However, I'd don't think real-time typing like Wave is necessary. That would put further strain on the servers, is extremely more difficult to implement, and I don't really like others seeing my answers before I'm happy to commit them! I would end up drafting them in a text editor before posting! :)