JuliaPluto/Pluto.jl

Switch to @msgpack/msgpack-javascript

Aperta

#2394 aperta il 25 nov 2022

 (3 commenti) (0 reazioni) (0 assegnatari)Julia (329 fork)batch import
enhancementfrontendgood first issueperformance

Metriche repository

Star
 (5295 stelle)
Metriche merge PR
 (Merge medio 5g 12h) (13 PR mergiate in 30 g)

Descrizione

Right now we are using https://github.com/kawanet/msgpack-lite for the JS side of our MsgPack protocol, or actually, my fork https://github.com/fonsp/msgpack-lite/commit/699001171edfc1e990b14085917f869badfa4d5b 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.

Guida contributor