martinberoiz commented on issue #106:
URL: https://github.com/apache/arrow-js/issues/106#issuecomment-3340295399

   For the record, in case anyone is still interested, I couldn't make it work 
sending Arrow to a browser using the flight protocol.
   
   But you can just forget about Flight because it uses grpc protocol and 
browsers will just not like it, and send instead the bare Arrow IPC record 
batches using the recipes in the [Apache Arrow experiments 
repo](https://github.com/apache/arrow-experiments/tree/main/http/get_multipart).
   
   They work well, you may just have to have some kind of proxy arrow flight -> 
bare arrow and send that over HTTP.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to