Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想压缩非常大的 JSON 对象客户端(加上 base64 加密),然后在 node.js 服务器上使用
zlib.inflate( new Buffer( postData, 'base64'), function( err, result ) { ... )}
客户端放气是否有任何真正(!)有效的实现?我还没有找到一个。
实际上有一个完美的解决方案,而且速度也很快:
https://github.com/imaya/zlib.js/blob/develop/README.en.md