deepkit / deepkit-framework

A new full-featured and high-performance TypeScript framework
https://deepkit.io/
MIT License
3.14k stars 116 forks source link

RPC with HTTP streams #488

Open uplight-dev opened 9 months ago

uplight-dev commented 9 months ago

Is there any way to use RPC with HTTP streaming? Like to transfer a file as a stream via RPC?

If yes, are there any examples how to do it?

Thanks!

marcus-sa commented 9 months ago

Only WS is supported by Deepkit RPC at the moment. We do however plan to add HTTP2 support in the future.

Currently, you can use the download/upload API to transfer files in chunks as Uint8Array.