Skip to content

jrabek/colyseus-schema-experiments

Repository files navigation

colyseus-schema-experiments

Trying out colyseus schema. Specifically for colyseus/schema#115

Usage

npm install
npm start

Experiments

Try changing private doDecode = true; to true or false and change which of the tests you want to run.

server.arrayTest();
// server.filterTest();
// server.mapTest();

Note that depending on the value of doDecode the results are different meaning that the colyseus schema state isn't recreated faithfully after serialization/deserialization.

About

Trying out colyseus schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published