Another use case:

I would like to add Elm support to the flatbuffers compiler. 
Flatbuffers let you describe your protocol in a lightweight schema 
description language and generate low-level DTOs and serialization logic in 
different languages. If Elm supported binary data we could generate 
flatbuffers messages in pure Elm, in a lot friendlier way than the 
JavaScript implementation.
We use flatbuffers in a realtime video streaming application.






On Tuesday, January 12, 2016 at 1:32:43 AM UTC+1, Evan wrote:
>
> I have been drafting Blob and ArrayBuffer APIs, but I wasn't sure who 
> needed them.
>
> What is your particular use case?
>
> On Mon, Jan 11, 2016 at 4:55 AM, John Watson <[email protected] 
> <javascript:>> wrote:
>
>> Can anyone tell me what the plans are for supporting binary data in elm?  
>> I'm thinking of a Byte (and some sort of Byte Array) type and also 
>> implementing Blob in HTTP responses. 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Elm Discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to