pieroxy / lz-string

LZ-based compression algorithm for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use js to compress data, and use another language like python to decompress?

tianhaoo opened this issue · comments

Yes, this is possible. See: http://pieroxy.net/blog/pages/lz-string/index.html#inline_menu_7

As for your particular example, here is a Python 3 version: https://github.com/eduardtomasek/lz-string-python