https://github.com/xlfe/tlprt
Almost everyone benefits from a shorter transit
https://github.com/xlfe/tlprt
clojure clojurescript compression transit zlib
Last synced: 3 months ago
JSON representation
Almost everyone benefits from a shorter transit
- Host: GitHub
- URL: https://github.com/xlfe/tlprt
- Owner: xlfe
- License: epl-2.0
- Created: 2022-06-21T01:02:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T02:59:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T02:44:30.189Z (4 months ago)
- Topics: clojure, clojurescript, compression, transit, zlib
- Language: Clojure
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Almost everyone benefits from a shorter transit
# xlfe/tlprt
A clojure/script library to take a string/byte-array/clojure object and encode it (via transit and zlib) into a
string that is safe to use as a DOM identifier or a URI.You can encode in the JVM and get the same data back after decoding in the browser (hopefully!)