I am working on a trading site which allows copy trading feature (that is, a trader copying me will get a trade copied into his account when I do a trade). Now when I do a trade, the trader who is copying me needs to get a realtime notification about that trade.
For example, a notification like this:
We have access to pubnub and we would like to achieve this using pubnub. Our site is build on WordPress. How to integrate this notification feature using PHP and pubnub in our site?