10
Is there any way to compress data (strings) using Javascript?
I am developing something for a platform where it is not possible to make use of any server language (at least on their host) and we do not have access to the database. But I found a way to save data using the platform itself, only sometimes I end up being limited by the limit of 60,000 characters they inflict.
So I would like to know if there is any efficient way to compress data using Javascript only.
Our really impressive, had not yet seen something like +1
– Guilherme Nascimento