rbxts-pako/examples
2018-11-29 21:10:51 +03:00
..
.eslintrc.yml Deps cleanup: drop bluebird 2018-11-29 21:10:51 +03:00
browser.html Examples: send data as form 2017-03-08 12:53:55 +03:00
README.md Added object compression example, closes #85 2016-08-24 23:41:08 +03:00
server.js Deps cleanup: drop bluebird 2018-11-29 21:10:51 +03:00

Demo of sending compressed objects from browser to server.

Run node server.js and open browser.html.

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