rbxts-pako/examples
2020-11-08 22:23:56 +03:00
..
.eslintrc.yml Move to es6 2020-11-08 22:23:56 +03:00
browser.html Cleanup example 2020-11-07 22:57:35 +03:00
README.md Cleanup example 2020-11-07 22:57:35 +03:00
server.js Move to es6 2020-11-08 22:23:56 +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 show data reencoding steps. It does not have error checks and so on. Don't copy-paste to production code "as is".