Trying some bch real time app with bitsocket : http://snakebch.ml (a quick on chain game I just made)
The latency is soooooo high, transactions takes seconds; so it's impossible to do real time app on bch right now
That's super cool. I think the latency comes from tx building and NOT broadcasting, which means room for improvement. Could try pre-building the tx and broadcast when user press button
Good luck! Looking forward to playing with it. Also feel free to join the bitdb chatroom, there are many others working on bitcoin apps https://t.me/joinchat/HH1DDQ8pZlSlsdNcKgIcxw
I'm using your datacash lib, so I tried to split the build and send process, and I even tried to build 3 different transaction with 3 different rpc, and 90% of the time it takes ...
more than 600ms to receive it back thought bitsocket, I'll try maybe with a different library and a different network connection but I'm afraid it won't work :)