File: README.md

package info (click to toggle)
node-pako 2.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,308 kB
  • sloc: javascript: 5,097; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
Demo of sending compressed objects from browser to server.

Run `node server.js` and open `browser.html`.

__Warning!__ This is the sample only, to show data reencoding steps. It does
not have error checks and so on. Don't copy-paste to production code "as is".