views:

88

answers:

2

Hi ,

Actually I want something between chatroom and stackoverflow ie users can ask questions and in my application generally many users will be on the same webpage now others can see the question in realtime and answer the same in realtime ie kind of chatroom type app.

I want to implement it via pubsubhub any suggestions ideas if this is a good idea or not.

Any java system having this functionality will be helpful.

Thanks Saurabh

+2  A: 

I think You can use IRC (Internet Chat Relay ) here for that..

Adi
+1  A: 

Seems like a perfect match for comet. Pubsubhubbub is better suited for near-realtime server-to-server kinda things.

sfussenegger
Thanks for the info but as far as I am aware that Gogle Buzz is also based on Pubsubhubbub and I need something similar.
saurabh
@saurabh I doubt that Buzz is using it to display data on the UI. I think it's only using pubsubhubbub for content aggregation and publishing, hence server-to-server kinda things
sfussenegger
k thanks for your response
saurabh