lebedov / msgpack-numpy

Serialize numpy arrays using msgpack
Other
197 stars 33 forks source link

I made a javascript library that read the same msgpack files #53

Closed redhog closed 6 months ago

redhog commented 6 months ago

Heays! I've written a javascript library that is able to decode and encode javascript TypedArrays the same way this library encodes numpy arrays, meaning that a server side python app can communicate with a client side javascript app and include array data. Would you be interested in linking to this library from your README?

https://github.com/emerald-geomodelling/msgpack-numpy-js

lebedov commented 6 months ago

Sure - done!