composewell / simple-rpc

2 stars 0 forks source link

Running remote commands with streamed IO #20

Open harendra-kumar opened 1 year ago

harendra-kumar commented 1 year ago

We can serialize variable length data as a stream, provide the stream as an input to the remote command, recv output from the remote command as a stream and perform variable length decoding on it.