After seeing the Google Wave demos, I thought of incorporating "real-time" capabilities into my web application, where one user will be able to see text another user is typing in as it happens...
Besides the soft real-time capabilities built into .NET based on how the framework handles threads...
Is there anything else I would need? Is there any pattern or architectural reference for real-time web apps out there? Something I should read?
Thanks!