msgpack for MooMoo.io, but leightweight and fast
Acest script nu ar trebui instalat direct. Aceasta este o bibliotecă pentru alte scripturi care este inclusă prin directiva meta a // @require https://update.greasyfork.org/scripts/547088/1648219/Lightweight%20MooMooio%20msgpack.js
MooMoo Mini MsgPack Lightweight MessagePack encoder/decoder for MooMoo.io
Usage:
const [event, args] = miniMooMsgpack.decode(arrayBuffer);
ws.send(miniMooMsgpack.encode(["packet", [data]]));
Author: Nuro (notnuro0815)