getmemorypool BIP process



Summary:

The client-server model of HTTP and JSON-RPC does not allow the server to make calls to the client. Clients cannot run their own JSON-RPC server and many cannot listen on WAN ports at all. Stefan suggests using http keep-alive combined with an event system to create an update function for JSON-RPC similar to how web chat applications work. BitcoinJS currently uses this method for real-time updating a web wallet, and Libcoin has an advanced non-blocking server prepared for it. There is a question for Stefan about the standard or best practice way of doing S->C JSON-RPC and which JavaScript library to use. Cloud computing makes use of virtualization and focuses on delivering computing as a service.


Updated on: 2023-06-06T03:19:29.436965+00:00