Switch to @msgpack/msgpack-javascript #2394
Labels
enhancement
New feature or request
frontend
Concerning the HTML editor
good first issue
Good for newcomers
performance
Right now we are using https://github.com/kawanet/msgpack-lite for the JS side of our MsgPack protocol, or actually, my fork fonsp/msgpack-lite@6990011 where i directly edited the
.min.js
bundle to become an ES6 file 😅It's working great, and I think it is quite fast.
We could switch to https://github.com/msgpack/msgpack-javascript , which is being actively developed, and more modern: it is written for ES6.
The text was updated successfully, but these errors were encountered: