且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

node.js的pack / unpack函数

更新时间:2023-09-10 12:14:52

https://github.com/pgriess/node-jspack appears to be a straight-up port of Python's struct API for packing binary data, but it's implemented in JS. It doesn't appear to be packaged for npm yet.

https://github.com/substack/node-binary provides unpacking, also implemented in JS, and you can install it with npm install binary if you have npm installed.

相关阅读

推荐文章