lua-cmsgpack
lua-cmsgpack copied to clipboard
compatibility with other language using msgpack?
local data = msgpack:pack(xxxxx)
transfer the data to a goalng server, then can i use the golang server to unpack the data?