enkimute / shorty.js

:fast_forward: Efficient compression of streams of short JSON strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shorty.js - Efficient compression of short strings

shorty.js implements an adaptive huffman algorithm that will allow you to efficiently compress streams of short strings without buffering, like the updates to your player's position, or chat messages ..

Info, Docs and live sample on my blog : https://enkimute.github.io/shorty.js/

About

:fast_forward: Efficient compression of streams of short JSON strings

License:MIT License


Languages

Language:JavaScript 100.0%