I was wondering how can I PUSH updates to a page using Ajax.
On our orders page as orders come in I want the page to automatically be updated;
Currently I just refresh the page every N seconds; but I thought it could be made more efficient.
Like some sort of event notification system. Thanks in advance for any advice on this.