Currently bitcoin core support Rest and RPC. while REST support less apis.
RPC support invoke apis across-process .
So it aslo support call api "over internet" ?
Node_B call Node_A's api by A's ipaddress,Right ? Because RPC is implemented based on PORT communication.
Thanks