Is there any way to compress strings using Javascript?
I'm developing something for a platform where it is not possible to use any server language (at least on their host) and we do not have access to the database. But I have found a way to save data using the platform itself, but sometimes I end up being limited by the limit of 60,000 characters they inflict.
So I wonder if there is any efficient way to compress data using only some server language.