Data-centric applications (maybe AI-related) will likely take advantage of binary data to transfer large statistical results. Most common serializers, like MessagePack and Protocal Buffer, support serializing such binary data.
It would be nice for turbo-stream to also support serializing JavaScript-native binary data types, such as Uint8Array.
Data-centric applications (maybe AI-related) will likely take advantage of binary data to transfer large statistical results. Most common serializers, like MessagePack and Protocal Buffer, support serializing such binary data.
It would be nice for
turbo-stream
to also support serializing JavaScript-native binary data types, such asUint8Array
.