I'm trying to have my website have a similar functionality to this one:
[removed]
Basically the counters go down, and every time someone bids on that item, the counter is reset to 15 seconds.
I suspect I need to use a comet like implementation, no? Am I correct in this assesment?
I don't think every auction on that page is constantly pinging the server for updates, rather the server is fowarding the message "Hey, someone bid here!" to the website.
Here's the thing, I've never done comet like behavior on a website, and according to this question (which is very dated), it's very difficult to do in ASP.Net.
Do I need comet here or are there better alternatives?