This is for an eCommerce website.So requirement is administrator of the website should get alert in administrator dashboard when user does a certain task(for eg. ordering a product).I am considering using Rachet instead of repeated ajax for this purpose as that will be less heavy on the website.
Is there any other way to do the same?
How to do this?
Thanks.