Share your code.
rpc-with-streamspublic
stream-rpc
rpc-stream but with streams
//server var RPC = var net = var fs = var rpc = net
//client var RPC = var net = var rpc = var stream = net stream//create a partial wrapper of the fs module. var fs = rpc
Note, stuff that depends on properties that get set on streams
(like the .path
property on fs streams will not work)
License
MIT