rbxts-pako/examples
Antonio Román 5f38868ddb
style: Added missing semicolons
Avoid automated semicolon insertion and made semicolons consistent with the rest of the file.
2019-07-27 00:16:11 +02:00
..
.eslintrc.yml Deps cleanup: drop bluebird 2018-11-29 21:10:51 +03:00
browser.html style: Added missing semicolons 2019-07-27 00:16:11 +02: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".