RPC Streaming

Hi community!

I’m developping some web wallet using RPC commands library. I would like to know if peercoind support bi-directional RPC streaming. Let me explain.
For now my web wallet is using request polling to get data from RPC server peercoind. My goal would be to use a real time RPC so I would not need to poll at each seconds data from the server which is resources consuming.

If you need more information this thread explain well

Thanks for your support!

I don’t think you can do streaming. Peercoin RPC code comes from upstream Bitcoin, and googling for same feature in Bitcoin does not yield anything.