Create the standard JSON-line stdio transport for RPC messages.
This composes stdioPlatform() with jsonLineCodec(). It is bidirectional when paired with another process and supports callbacks, but not transferables.
stdioPlatform()
jsonLineCodec()
Create the standard JSON-line stdio transport for RPC messages.
This composes
stdioPlatform()withjsonLineCodec(). It is bidirectional when paired with another process and supports callbacks, but not transferables.