Lightweight MooMoo.io msgpack

msgpack for MooMoo.io, but leightweight and fast

此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/547088/1648219/Lightweight%20MooMooio%20msgpack.js

作者
Nuro.
版本
0.0.1.20250824085516
创建于
2025-08-24
更新于
2025-08-24
大小
7.1 KB
许可证
暂无

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)