workadventure/back/src/Controller
David Négrier a373626e24 Removing all "any" from back.
To do this, I used generic-type-guard package which generates both an interface AND a valid type guard from code.
With this, we are 100% sure that the messages we receive are validated at runtime!
The client cannot pass us an object that is invalid! \o/
2020-06-09 23:07:19 +02:00
..
AuthenticateController.ts Removing all "any" from back. 2020-06-09 23:07:19 +02:00
IoSocketController.ts Removing all "any" from back. 2020-06-09 23:07:19 +02:00
MapController.ts Adding Prometheus metrics 2020-06-09 11:49:23 +02:00
PrometheusController.ts Adding Prometheus metrics 2020-06-09 11:49:23 +02:00