workadventure/messages
David Négrier bf070c33b5 Migrating front protobuf encode/decode to ts-proto lib
The ts-proto lib has the huge advantage of producing code the "Typescript" way and not the "Java" way.
In particular, for "oneof" types in protobuf, it is generating "ADT" that can be used to check if we forgot or not to deal with a type.
2022-01-03 15:52:46 +01:00
..
generated Migrating userId to "int32" to save some space and adding userMoves message in protobuf 2020-09-18 13:57:38 +02:00
JsonMessages Fixing new MapDetails type guard 2021-12-21 11:37:54 +01:00
protos Merge branch 'develop' of github.com:thecodingmachine/workadventure into feat/follow-woka 2021-12-23 16:04:59 +01:00
ts-proto-generated Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
.dockerignore *: Dockerfiles cleanup, docker-compose.prod.yaml 2021-01-12 22:32:37 +01:00
.gitignore Adding first protobuf message exchange 2020-09-17 17:14:47 +02:00
.prettierignore Adding Prettier in messages 2021-12-16 16:40:50 +01:00
.prettierrc.json Fixing prettier setup on messages 2021-12-16 16:46:22 +01:00
LICENSE.txt Adding prettier on messages 2021-12-16 16:27:44 +01:00
package.json Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00
yarn.lock Migrating front protobuf encode/decode to ts-proto lib 2022-01-03 15:52:46 +01:00